Searched refs:GetContext (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/ui/gl/
H A Dgl_share_group.cc31 GLContext* context = GetContext();
38 GLContext* GLShareGroup::GetContext() { function in class:gfx::GLShareGroup
H A Dgl_share_group.h34 GLContext* GetContext();
H A Dgl_context_cgl.cc85 static_cast<GLContextCGL*>(share_group()->GetContext()) : NULL;
/external/chromium_org/chrome_frame/
H A Dsync_msg_reply_dispatcher.cc28 SyncMessageCallContext* context = GetContext(msg);
53 SyncMessageReplyDispatcher::GetContext(const IPC::Message& msg) { function in class:SyncMessageReplyDispatcher
H A Dsync_msg_reply_dispatcher.h84 SyncMessageCallContext* GetContext(const IPC::Message& msg);
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge_unittest.cc54 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
76 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
/external/chromium_org/ui/views/test/
H A Dviews_test_base.h53 gfx::NativeView GetContext();
H A Dviews_test_base.cc75 gfx::NativeView ViewsTestBase::GetContext() { function in class:views::ViewsTestBase
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc74 IndexedDBContextImpl* GetContext() { function in class:content::IndexedDBBrowserTest
106 GetContext()->TaskRunner(),
109 GetContext(),
251 scoped_refptr<IndexedDBContextImpl> context = GetContext();
347 GetContext()->data_path().Append(leveldb_dir).Append(log_file);
422 GetContext()->TaskRunner()->PostTask(
425 GetContext(),
/external/chromium_org/chrome/renderer/extensions/
H A Drequest_sender.h37 virtual ChromeV8Context* GetContext() = 0;
H A Dchrome_v8_context.h112 virtual ChromeV8Context* GetContext() OVERRIDE;
H A Drequest_sender.cc61 ChromeV8Context* context = source->GetContext();
H A Dchrome_v8_context.cc128 ChromeV8Context* ChromeV8Context::GetContext() { function in class:extensions::ChromeV8Context
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_extensions_common_host.h52 virtual extensions::ChromeV8Context* GetContext() OVERRIDE;
H A Dpepper_extensions_common_host.cc72 extensions::ChromeV8Context* PepperExtensionsCommonHost::GetContext() { function in class:chrome::PepperExtensionsCommonHost
/external/chromium_org/content/browser/loader/
H A Dtransfer_navigation_resource_throttle.cc66 ResourceContext* resource_context = info->GetContext();
H A Dresource_request_info_impl.h64 virtual ResourceContext* GetContext() const OVERRIDE;
H A Dresource_request_info_impl.cc129 ResourceContext* ResourceRequestInfoImpl::GetContext() const { function in class:content::ResourceRequestInfoImpl
H A Dresource_dispatcher_host_impl.cc368 if (i->second->GetRequestInfo()->GetContext() == context) {
387 if (info->GetContext() == context) {
395 DCHECK_EQ(context, info->GetContext());
425 CHECK_NE(i->second->GetRequestInfo()->GetContext(), context);
434 CHECK_NE(info->GetContext(), context);
551 request, request_info->GetContext(), request_info->GetChildID(),
573 !delegate_->ShouldInterceptResourceAsStream(info->GetContext(),
582 GetStreamContextForResourceContext(info->GetContext());
591 info->GetContext(),
651 info->GetContext()
[all...]
/external/chromium_org/content/public/browser/
H A Dresource_request_info.h49 virtual ResourceContext* GetContext() const = 0;
/external/chromium_org/chrome/browser/search/
H A Dinstant_io_context.cc31 return GetDataForResourceContext(info->GetContext());
/external/chromium_org/tools/grit/grit/node/
H A Dio.py86 def GetContext(self): member in class:OutputNode
/external/chromium_org/ui/views/window/
H A Ddialog_delegate_unittest.cc98 DialogDelegate::CreateDialogWidget(dialog_, GetContext(), NULL)->Show();
240 DialogDelegate::CreateDialogWidget(titled_dialog, GetContext(), NULL);
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc149 v8::Handle<v8::Context> GetContext() { function in class:content::__anon7989::CallbackAndContext
360 v8::Handle<v8::Context> context = callback_and_context->GetContext();
451 v8::Handle<v8::Context> context = callback_and_context->GetContext();
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild.py250 self.res.SetOutputContext(output.GetContext())

Completed in 1362 milliseconds

12