/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_integration_service.cc | 326 case INITIALIZING: 328 // If the state is INITIALIZING or REMOUNTING, at the end of the 464 state_ = INITIALIZING; 483 DCHECK_EQ(INITIALIZING, state_);
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_backend.h | 72 // initializing sync with some initial data if sync enabled.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
suggest_apps_dialog.js | 102 INITIALIZING: 'SuggestAppsDialog.State.INITIALIZING', 238 this.state_ = SuggestAppsDialog.State.INITIALIZING; 421 case SuggestAppsDialog.State.INITIALIZING:
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host_core.cc | 152 // the initializing downloading control types or initializing the encryption 338 // Finish initializing the HttpBridgeFactory. We do this here because 350 // Make sure that the directory exists before initializing the backend.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
content_providers.py | 114 'initializing',
|
/external/chromium_org/chrome/renderer/spellchecker/ |
hunspell_engine.cc | 44 // Wait till we check the first word before doing any initializing.
|
/external/chromium_org/components/webdata/common/ |
web_data_service_base.h | 47 // WebDataServiceWrapper handles the initializing and shutting down and of
|
/external/chromium_org/content/browser/ |
storage_partition_impl.h | 137 // construction and double-initializing. For now, we retain the legacy
|
/external/chromium_org/content/public/app/ |
content_main_delegate.h | 61 // Allows the embedder to override initializing the sandbox. This is needed
|
/external/chromium_org/content/renderer/pepper/ |
pepper_platform_context_3d.cc | 38 // Ignore initializing more than once.
|
pepper_platform_video_capture.cc | 36 // initializing.
|
/external/chromium_org/crypto/ |
openssl_util.cc | 29 // Singleton for initializing and cleaning up the OpenSSL library.
|
/external/chromium_org/media/cast/video_receiver/codecs/vp8/ |
vp8_decoder.cc | 37 // Initializing to use one core.
|
/external/chromium_org/net/http/ |
http_vary_data.cc | 88 // were also used when initializing |this|.
|
/external/chromium_org/remoting/protocol/ |
connection_to_host.h | 61 INITIALIZING,
|
session.h | 30 INITIALIZING,
|
/external/chromium_org/sdch/open-vcdiff/src/ |
codetablewriter_interface.h | 47 // false if there was an error initializing the object, or true if it
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
MockSpellCheck.h | 75 // Initializing this object may take long time. To prevent from hurting
|
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 183 //cout << "Done initializing!\n" << endl;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
dbgutil.cpp | 59 //fprintf(stderr,"Initializing string cache..\n");
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
table.h | 32 // If there was an error while initializing the table, sets "*table"
|
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.cc | 36 // we don't need to do any initializing but to keep things simple we
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx.c | 116 apple_glx_log(ASL_LEVEL_INFO, "Initializing libGL.");
|
/external/chromium_org/third_party/protobuf/ |
CONTRIBUTORS.txt | 65 * Fixed warnings about generated constructors not explicitly initializing
|
/external/clang/test/Analysis/ |
array-struct.c | 89 // Initializing array with string literal.
|