OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShutdownOnUIThread
(Results
51 - 75
of
97
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/password_manager/
password_store_default.cc
33
void PasswordStoreDefault::
ShutdownOnUIThread
() {
password_store_x_unittest.cc
367
static_cast<PasswordStore*>(store.get())->
ShutdownOnUIThread
();
479
static_cast<PasswordStore*>(store.get())->
ShutdownOnUIThread
();
password_store_default_unittest.cc
276
store->
ShutdownOnUIThread
();
/external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc
90
blacklist_manager_->
ShutdownOnUIThread
();
199
blacklist_manager_->
ShutdownOnUIThread
();
209
blacklist_manager_->
ShutdownOnUIThread
();
222
blacklist_manager_->
ShutdownOnUIThread
();
/external/chromium_org/chrome/browser/predictors/
resource_prefetcher_manager.cc
32
<< "Did not call
ShutdownOnUIThread
or ShutdownOnIOThread. "
36
void ResourcePrefetcherManager::
ShutdownOnUIThread
() {
/external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc
145
io_data_->predictor_->
ShutdownOnUIThread
();
149
io_data_->http_server_properties_manager_->
ShutdownOnUIThread
();
150
io_data_->
ShutdownOnUIThread
();
off_the_record_profile_impl.cc
161
host_content_settings_map_->
ShutdownOnUIThread
();
off_the_record_profile_io_data.cc
52
io_data_->
ShutdownOnUIThread
();
profile_io_data.h
315
void
ShutdownOnUIThread
();
profile_io_data.cc
488
//
ShutdownOnUIThread
to release these observers on the right thread.
[
all
...]
/external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc
425
void HostContentSettingsMap::
ShutdownOnUIThread
() {
432
it->second->
ShutdownOnUIThread
();
content_settings_default_provider.cc
262
void DefaultProvider::
ShutdownOnUIThread
() {
cookie_settings.cc
172
void CookieSettings::
ShutdownOnUIThread
() {
content_settings_policy_provider.cc
442
void PolicyProvider::
ShutdownOnUIThread
() {
/external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc
78
sync_context_->
ShutdownOnUIThread
();
336
sync_context_->
ShutdownOnUIThread
();
local_file_sync_context.h
88
void
ShutdownOnUIThread
();
syncable_file_system_unittest.cc
57
sync_context_->
ShutdownOnUIThread
();
/external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc
46
io_data_->
ShutdownOnUIThread
();
profile_io_data.cc
347
void ProfileIOData::
ShutdownOnUIThread
() {
profile_impl_io_data.cc
49
io_data_->
ShutdownOnUIThread
();
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.cc
146
void DialAPI::
ShutdownOnUIThread
() {}
/external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context.cc
146
void ChromeGeolocationPermissionContext::
ShutdownOnUIThread
() {
/external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc
140
fake_autofill_web_data_.get())->
ShutdownOnUIThread
();
sync_backend_host_core.h
178
// 1) Call
ShutdownOnUIThread
() from |frontend_loop_| to request sync manager
182
void
ShutdownOnUIThread
();
280
// See comments in SyncBackendHostCore::
ShutdownOnUIThread
() for more details.
/external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc
60
content_settings_->
ShutdownOnUIThread
();
Completed in 813 milliseconds
1
2
3
4