/external/chromium_org/chrome/browser/ui/views/ash/ |
chrome_browser_main_extra_parts_ash.cc | 84 // For OS_CHROMEOS, virtual keyboard needs to be initialized before profile 85 // initialized. Otherwise, virtual keyboard extension will not load at login 99 // Initialize TabScrubber after the Ash Shell has been initialized. 101 // Activate virtual keyboard after profile is initialized. It depends on the
|
/external/chromium_org/chrome/test/base/ |
testing_io_thread_state.h | 17 // BrowserThreadBundle and TestingBrowserProcess have been initialized.
|
/external/chromium_org/components/storage_monitor/ |
storage_monitor_unittest.cc | 28 bool initialized = false; local 29 monitor.EnsureInitialized(base::Bind(&SetLatch, &initialized)); 31 EXPECT_FALSE(initialized); 33 EXPECT_TRUE(initialized);
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_mac.h | 30 // API can not be initialized.
|
/external/chromium_org/content/public/common/ |
sandbox_linux.h | 12 // what will be enabled when the relevant processes are initialized.
|
/external/chromium_org/content/public/renderer/ |
render_process_observer.h | 30 // Called right after the WebKit API is initialized.
|
/external/chromium_org/device/nfc/ |
nfc_adapter_factory.h | 26 // instance passed only once the adapter is fully initialized and ready to
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/ |
hello_world.c | 25 * Register the function to call once the Instance Object is initialized.
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
IRemoteAndroidKeyStoreCallbacks.aidl | 18 * The service has started up and is fully initialized. This allows for the
|
/external/chromium_org/net/cert/ |
cert_database.cc | 14 // Leaky so it can be initialized on worker threads, and because there is no
|
/external/chromium_org/remoting/base/ |
breakpad.h | 13 // Crash reporting has to be initialized as early as possible (e.g. the first
|
/external/chromium_org/sync/js/ |
js_backend.h | 24 // Starts emitting events to the given handler, if initialized.
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx.c | 43 static bool initialized = false; variable 51 if (!initialized) { 111 if (initialized) 125 initialized = true;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayPost.h | 44 // SkBool initialized;
|
/external/chromium_org/third_party/skia/src/core/ |
SkCubicClipper.h | 16 /** This class is initialized with a clip rectangle, and then can be fed cubics,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/ |
mock_dtmf_tone_generator.h | 30 MOCK_CONST_METHOD0(initialized,
|
/external/chromium_org/ui/compositor/test/ |
context_factories_for_test.cc | 26 "ContextFactory for tests already initialized.";
|
/external/chromium_org/ui/ozone/platform/caca/ |
caca_surface_factory.cc | 110 if (state_ == INITIALIZED) 117 state_ = INITIALIZED; 122 CHECK_EQ(INITIALIZED, state_); 139 CHECK_EQ(INITIALIZED, state_);
|
/external/chromium_org/ui/wm/public/ |
window_types.h | 12 // initialized.
|
/external/chromium_org/win8/test/ |
metro_registration_helper.h | 18 // NOTE: COM must be initialized prior to calling this method.
|
/external/clang/test/Analysis/ |
nil-receiver-undefined-larger-than-voidptr-ret-region.m | 4 // variable can possibly be initialized by a method.
|
/external/clang/test/CXX/except/except.handle/ |
p16.cpp | 5 // is copy-initialized (8.5) from the exception object.
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
p2.cpp | 13 // - a constant with literal type and is initialized with an expression
|
/external/clang/test/CodeGenCXX/ |
reference-init.cpp | 12 // CodeGen of reference initialized const arrays.
|
/external/clang/test/SemaCXX/ |
constexpr-depth.cpp | 7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'depth(}}
|