Searched defs:app_context (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/shell/android/browsertests_apk/
H A Dcontent_browser_tests_android.cc58 jobject app_context) {
65 env, env->NewLocalRef(app_context));
55 RunTests(JNIEnv* env, jobject obj, jstring jfiles_dir, jobject app_context) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_app_window_launcher_controller.cc147 content::BrowserContext* app_context = app_window->browser_context(); local
148 DCHECK(!app_context->IsOffTheRecord());
160 app_context == other_window->browser_context()) {
/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context_getter.cc127 ChromeURLRequestContextGetter* app_context)
130 app_context_getter_(app_context) {}
259 ChromeURLRequestContextGetter* app_context,
264 profile_io_data, partition_descriptor, app_context));
124 FactoryForIsolatedMedia( const ProfileIOData* profile_io_data, const StoragePartitionDescriptor& partition_descriptor, ChromeURLRequestContextGetter* app_context) argument
257 CreateForIsolatedMedia( Profile* profile, ChromeURLRequestContextGetter* app_context, const ProfileIOData* profile_io_data, const StoragePartitionDescriptor& partition_descriptor) argument
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc121 jobject app_context) {
130 env, env->NewLocalRef(app_context));
118 RunTests(JNIEnv* env, jobject obj, jstring jfiles_dir, jobject app_context) argument
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc415 net::URLRequestContext* app_context,
414 AcquireIsolatedMediaRequestContext( net::URLRequestContext* app_context, const StoragePartitionDescriptor& partition_descriptor) const argument
H A Dprofile_impl_io_data.cc305 ChromeURLRequestContextGetter* app_context = app_iter->second.get(); local
308 profile_, app_context, io_data_, descriptor);
812 net::URLRequestContext* app_context,
816 InitializeMediaRequestContext(app_context, partition_descriptor);
811 AcquireIsolatedMediaRequestContext( net::URLRequestContext* app_context, const StoragePartitionDescriptor& partition_descriptor) const argument
H A Dprofile_io_data.cc786 net::URLRequestContext* app_context,
793 context = AcquireIsolatedMediaRequestContext(app_context,
785 GetIsolatedMediaRequestContext( net::URLRequestContext* app_context, const StoragePartitionDescriptor& partition_descriptor) const argument
/external/chromium_org/mojo/shell/
H A Dapp_child_process.cc170 AppContext* app_context,
173 DCHECK(app_context);
176 DCHECK(!app_context->controller());
179 new AppChildControllerImpl(app_context, unblocker));
183 app_context->io_runner(),
190 app_context->set_controller(impl.Pass());
209 AppChildControllerImpl(AppContext* app_context, argument
211 : app_context_(app_context),
277 AppContext app_context; local
278 app_context
169 Init( AppContext* app_context, embedder::ScopedPlatformHandle platform_channel, const Blocker::Unblocker& unblocker) argument
[all...]

Completed in 4860 milliseconds