Searched refs:first_call (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/
H A Dfps.h10 static int first_call = 1; local
15 if (first_call) {
16 first_call = 0;
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc233 static bool first_call = true; local
235 if (first_call) {
238 first_call = false;
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc71 bool first_call,
75 if (!host && !first_call)
96 first_call &&
69 DispatchOnStartupEventImpl(BrowserContext* browser_context, const std::string& extension_id, bool first_call, ExtensionHost* host) argument
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc312 static bool first_call = true; local
327 if (first_call) {
328 first_call = false;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1428 static boolean first_call = TRUE; local
1429 if (first_call) {
1432 first_call = FALSE;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1428 static boolean first_call = TRUE; local
1429 if (first_call) {
1432 first_call = FALSE;

Completed in 1454 milliseconds