HomeSort by relevance Sort by last modified time
    Searched full:initializing_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.h 95 bool initializing_; member in class:content_settings::PrefDefaultProvider
167 bool initializing_; member in class:content_settings::PrefProvider
content_settings_pref_provider.cc 94 initializing_ = true;
116 initializing_ = false;
288 if (initializing_ || profile_ == NULL)
347 initializing_ = true;
373 initializing_ = false;
766 if (initializing_ || profile_ == NULL)
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 84 BOOL initializing_; // YES while we are currently in initWithBrowser: variable
browser_window_controller.mm 239 initializing_ = YES;
413 initializing_ = NO;
    [all...]

Completed in 926 milliseconds