OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_browser_process
(Results
26 - 50
of
195
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/chromeos/
version_loader.cc
51
if (!
g_browser_process
->file_thread()) {
60
g_browser_process
->file_thread()->message_loop()->PostTask(
69
if (!
g_browser_process
->file_thread()) {
78
g_browser_process
->file_thread()->message_loop()->PostTask(
locale_change_guard.cc
92
PrefService* local_state =
g_browser_process
->local_state();
122
std::string cur_locale =
g_browser_process
->GetApplicationLocale();
196
std::string cur_locale =
g_browser_process
->GetApplicationLocale();
external_metrics.cc
67
if (
g_browser_process
&&
g_browser_process
->metrics_service()) {
68
g_browser_process
->metrics_service()->LogChromeOSCrash(crash_kind);
/external/chromium/chrome/browser/
intranet_redirect_detector.cc
25
: redirect_origin_(
g_browser_process
->local_state()->GetString(
52
g_browser_process
->intranet_redirect_detector();
87
fetcher->set_request_context(
g_browser_process
->system_request_context());
142
g_browser_process
->local_state()->SetString(
background_mode_manager_mac.mm
61
PrefService* service =
g_browser_process
->local_state();
76
PrefService* service =
g_browser_process
->local_state();
intranet_redirect_detector.h
43
//
g_browser_process
->intranet_redirect_detector_. No code other than the
45
//
g_browser_process
->intranet_redirect_detector() (which shouldn't be hard,
default_encoding_combo_model.cc
18
std::string locale =
g_browser_process
->GetApplicationLocale();
external_protocol_handler.cc
94
PrefService* pref =
g_browser_process
->local_state();
115
PrefService* pref =
g_browser_process
->local_state();
164
MessageLoop* loop =
g_browser_process
->file_thread()->message_loop();
language_combobox_model.cc
40
const std::string app_locale =
g_browser_process
->GetApplicationLocale();
59
l10n_util::SortStrings16(
g_browser_process
->GetApplicationLocale(),
169
local_state =
g_browser_process
->local_state();
background_page_tracker.cc
112
Profile* profile =
g_browser_process
->profile_manager()->GetDefaultProfile();
133
PrefService* service =
g_browser_process
->local_state();
140
if (!
g_browser_process
->local_state())
181
Profile* profile =
g_browser_process
->profile_manager()->GetDefaultProfile();
/external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc
66
PrefService* prefs =
g_browser_process
->local_state();
178
if (
g_browser_process
&&
g_browser_process
->local_state()) {
179
const std::string locale =
g_browser_process
->GetApplicationLocale();
182
g_browser_process
->local_state()->GetString(
229
PrefService* prefs =
g_browser_process
->local_state();
262
g_browser_process
->SetApplicationLocale(loaded_locale);
/external/chromium/chrome/browser/policy/
browser_policy_connector.cc
191
g_browser_process
->local_state(),
192
g_browser_process
->system_request_context());
managed_prefs_banner_base.h
32
// global
g_browser_process
.
/external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc
38
g_browser_process
->local_state(),
46
PrefService* local_state =
g_browser_process
->local_state();
promo_resource_service_unittest.cc
28
static_cast<TestingBrowserProcess*>(
g_browser_process
);
118
static_cast<TestingBrowserProcess*>(
g_browser_process
);
189
static_cast<TestingBrowserProcess*>(
g_browser_process
);
/external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc
18
g_browser_process
->notification_ui_manager()->balloon_collection());
/external/chromium/chrome/browser/first_run/
first_run_gtk.cc
38
g_browser_process
->GetApplicationLocale());