Searched defs:GetContext (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ui/views/test/
H A Dviews_test_helper.cc29 gfx::NativeView ViewsTestHelper::GetContext() { function in class:views::ViewsTestHelper
H A Dviews_test_helper_aura.cc41 gfx::NativeView ViewsTestHelperAura::GetContext() { function in class:views::ViewsTestHelperAura
H A Dviews_test_base.cc64 params.context = GetContext();
68 gfx::NativeView ViewsTestBase::GetContext() { function in class:views::ViewsTestBase
69 return test_helper_->GetContext();
/external/chromium_org/ui/gl/
H A Dgl_share_group.cc31 GLContext* context = GetContext();
38 GLContext* GLShareGroup::GetContext() { function in class:gfx::GLShareGroup
/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_controller.cc56 content::BrowserContext* ExtensionErrorController::GetContext() { function in class:extensions::ExtensionErrorController
/external/chromium_org/tools/grit/grit/node/
H A Dio.py89 def GetContext(self): member in class:OutputNode
/external/chromium_org/sync/test/engine/
H A Dsingle_type_mock_server.cc154 sync_pb::DataTypeContext SingleTypeMockServer::GetContext() const { function in class:syncer::SingleTypeMockServer
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc141 ResourceContext* ResourceRequestInfoImpl::GetContext() const { function in class:content::ResourceRequestInfoImpl
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_dispatcher_host.cc68 if (GetContext()) {
69 GetContext()->RemoveAllProviderHostsForProcess(render_process_id_);
70 GetContext()->embedded_worker_registry()->RemoveChildProcessSender(
85 GetContext()->embedded_worker_registry()->AddChildProcessSender(
138 if (!handled && GetContext()) {
140 GetContext()->embedded_worker_registry()->OnMessageReceived(message);
171 if (!GetContext() || !ServiceWorkerUtils::IsFeatureEnabled()) {
180 ServiceWorkerProviderHost* provider_host = GetContext()->GetProviderHost(
204 GetContext()->RegisterServiceWorker(
220 if (!GetContext() || !ServiceWorkerUtil
457 ServiceWorkerContextCore* ServiceWorkerDispatcherHost::GetContext() { function in class:content::ServiceWorkerDispatcherHost
[all...]
/external/chromium_org/extensions/renderer/
H A Dscript_context.cc198 ScriptContext* ScriptContext::GetContext() { return this; } function in class:extensions::ScriptContext
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
H A DVideoCaptureAndroid.java75 orientationListener = new OrientationEventListener(GetContext()) {
92 private static native Context GetContext(); method in class:VideoCaptureAndroid
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc28 jobject JNICALL GetContext(JNIEnv* env, jclass) { function in namespace:webrtc
86 {"GetContext",
88 reinterpret_cast<void*>(&GetContext)},
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp364 CPPLanguageRuntime::MethodName::GetContext () function in class:CPPLanguageRuntime::MethodName
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc105 IndexedDBContextImpl* GetContext() { function in class:content::IndexedDBBrowserTest
137 GetContext()->TaskRunner(),
140 GetContext(),
301 scoped_refptr<IndexedDBContextImpl> context = GetContext();
399 GetContext()->data_path().Append(leveldb_dir).Append(log_file);
593 base::ConstRef(GetContext()),
699 GetContext()->TaskRunner()->PostTask(
702 GetContext(),
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc127 v8::Handle<v8::Context> GetContext() { function in class:content::__anon7350::CallbackAndContext
434 v8::Handle<v8::Context> context = callback_and_context->GetContext();
763 v8::Handle<v8::Context> context = callback_and_context->GetContext();
836 v8::Handle<v8::Context> context = callback_and_context->GetContext();
879 v8::Handle<v8::Context> v8_context = callback_and_context->GetContext();
/external/chromium_org/v8/src/
H A Ddebug.h702 inline Handle<Context> GetContext() { return save_.context(); } function in class:v8::internal::BASE_EMBEDDED
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h108 CPDF_RenderContext* GetContext() function in class:CPDF_RenderStatus
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp1090 CGContextRef CFX_QuartzDevice::GetContext() function in class:CFX_QuartzDevice
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc705 ScopedJavaLocalRef<jobject> ContentViewCoreImpl::GetContext() { function in class:content::ContentViewCoreImpl

Completed in 618 milliseconds