Searched refs:GetContext (Results 1 - 25 of 50) 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();
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge_unittest.cc24 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
46 GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey,
/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/test/
H A Dviews_test_base.h53 gfx::NativeView GetContext();
H A Dviews_test_base.cc82 gfx::NativeView ViewsTestBase::GetContext() { function in class:views::ViewsTestBase
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc75 IndexedDBContextImpl* GetContext() { function in class:content::IndexedDBBrowserTest
107 GetContext()->TaskRunner(),
110 GetContext(),
247 scoped_refptr<IndexedDBContextImpl> context = GetContext();
343 GetContext()->data_path().Append(leveldb_dir).Append(log_file);
418 GetContext()->TaskRunner()->PostTask(
421 GetContext(),
/external/chromium_org/content/browser/loader/
H A Dsync_resource_handler.cc56 new_url, request(), GetRequestInfo()->GetContext(), response);
81 request(), info->GetContext(), response, info->filter());
H A Dasync_resource_handler.cc158 new_url, request(), info->GetContext(), response);
183 request(), info->GetContext(), response, info->filter());
189 GetHostZoomMapForResourceContext(info->GetContext());
H A Dresource_request_info_impl.cc140 ResourceContext* ResourceRequestInfoImpl::GetContext() const { function in class:content::ResourceRequestInfoImpl
H A Dresource_request_info_impl.h67 virtual ResourceContext* GetContext() const OVERRIDE;
H A Dresource_dispatcher_host_impl.cc386 if (i->second->GetRequestInfo()->GetContext() == context) {
405 if (info->GetContext() == context) {
413 DCHECK_EQ(context, info->GetContext());
446 CHECK_NE(i->second->GetRequestInfo()->GetContext(), context);
455 CHECK_NE(info->GetContext(), context);
580 request, request_info->GetContext(), request_info->GetChildID(),
601 !delegate_->ShouldInterceptResourceAsStream(info->GetContext(),
610 GetStreamContextForResourceContext(info->GetContext());
619 info->GetContext(),
679 info->GetContext()
[all...]
H A Dcross_site_resource_handler.cc121 info->GetContext(), request()->original_url(), request()->url());
/external/chromium_org/chrome/renderer/extensions/
H A Drequest_sender.h37 virtual ChromeV8Context* GetContext() = 0;
H A Dchrome_v8_context.h117 virtual ChromeV8Context* GetContext() OVERRIDE;
H A Drequest_sender.cc61 ChromeV8Context* context = source->GetContext();
H A Dchrome_v8_context.cc141 ChromeV8Context* ChromeV8Context::GetContext() { function in class:extensions::ChromeV8Context
/external/chromium_org/content/public/browser/
H A Dresource_request_info.h50 virtual ResourceContext* GetContext() const = 0;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view_unittest.cc40 new AppListMainView(delegate_.get(), &pagination_model_, GetContext());
/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.cc97 DialogDelegate::CreateDialogWidget(dialog_, GetContext(), NULL)->Show();
211 DialogDelegate::CreateDialogWidget(titled_dialog, GetContext(), NULL);
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc163 v8::Handle<v8::Context> GetContext() { function in class:content::__anon8457::CallbackAndContext
490 v8::Handle<v8::Context> context = callback_and_context->GetContext();
712 v8::Handle<v8::Context> context = callback_and_context->GetContext();
781 v8::Handle<v8::Context> context = callback_and_context->GetContext();
821 v8::Handle<v8::Context> v8_context = callback_and_context->GetContext();
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild.py257 self.res.SetOutputContext(output.GetContext())

Completed in 509 milliseconds

12