HomeSort by relevance Sort by last modified time
    Searched refs:first_call (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/
fps.h 10 static int first_call = 1; local
15 if (first_call) {
16 first_call = 0;
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 212 static bool first_call = true; local
214 if (first_call) {
217 first_call = false;
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 314 static bool first_call = true; local
325 if (first_call) {
326 first_call = false;
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.cc 71 bool first_call,
75 if (!host && !first_call)
96 first_call &&
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 1428 static boolean first_call = TRUE; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 1428 static boolean first_call = TRUE; local
    [all...]

Completed in 255 milliseconds