Searched refs:V8_ONCE_INIT (Results 1 – 4 of 4) sorted by relevance
77 #define LAZY_STATIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, { {} } }78 #define LAZY_DYNAMIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, 0 }
65 #define V8_ONCE_INIT 0 macro
360 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
735 static base::OnceType once = V8_ONCE_INIT; in Initialize()