/external/chromium_org/extensions/browser/ |
process_manager.cc | 81 BrowserContext* original_context); 168 BrowserContext* original_context = local 170 return new IncognitoProcessManager(context, original_context); 176 BrowserContext* original_context) 184 content::Source<BrowserContext>(original_context)); 186 content::Source<BrowserContext>(original_context)); 188 content::Source<BrowserContext>(original_context)); 198 content::Source<BrowserContext>(original_context)); 203 content::Source<BrowserContext>(original_context)); 717 BrowserContext* original_context local [all...] |
process_manager.h | 124 // If |context| is incognito pass the master context as |original_context|. 127 content::BrowserContext* original_context);
|
/external/chromium_org/chrome/browser/policy/cloud/ |
user_cloud_policy_manager_factory.cc | 85 content::BrowserContext* original_context, 88 original_context, off_the_record_context); 150 content::BrowserContext* original_context, 155 GetManagerForBrowserContext(original_context);
|
user_cloud_policy_manager_factory.h | 71 content::BrowserContext* original_context, 96 content::BrowserContext* original_context,
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_io_data.h | 117 ChromeURLRequestContext* original_context,
|
profile_impl_io_data.h | 159 ChromeURLRequestContext* original_context,
|
profile_impl_io_data.cc | 655 ChromeURLRequestContext* original_context, 659 context->CopyFrom(original_context); 663 // a new context rather than just reusing |original_context| because
|
off_the_record_profile_io_data.cc | 319 ChromeURLRequestContext* original_context,
|
profile_io_data.h | 431 ChromeURLRequestContext* original_context,
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper_unittest.cc | 125 ChromeURLRequestContext* original_context, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | 54 global ORIGINAL_CONTEXT 55 ORIGINAL_CONTEXT = getcontext().copy() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | 54 global ORIGINAL_CONTEXT 55 ORIGINAL_CONTEXT = getcontext().copy() [all...] |