HomeSort by relevance Sort by last modified time
    Searched refs:GetContext (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/chromium_org/extensions/renderer/
request_sender.h 37 virtual ScriptContext* GetContext() = 0;
request_sender.cc 77 ScriptContext* context = source->GetContext();
script_context.h 136 virtual ScriptContext* GetContext() OVERRIDE;
  /external/chromium_org/sync/test/engine/
single_type_mock_server.h 67 sync_pb::DataTypeContext GetContext() const;
  /external/lldb/include/lldb/Target/
CPPLanguageRuntime.h 93 GetContext ();
  /external/chromium_org/athena/main/
athena_launcher.cc 121 athena::ScreenManager::Get()->GetContext()->SetProperty(
135 athena::ScreenManager::Get()->GetContext()->GetProperty(
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 105 IndexedDBContextImpl* GetContext() {
137 GetContext()->TaskRunner(),
140 GetContext(),
301 scoped_refptr<IndexedDBContextImpl> context = GetContext();
399 GetContext()->data_path().Append(leveldb_dir).Append(log_file);
600 base::Unretained(GetContext()),
712 GetContext()->TaskRunner()->PostTask(
715 GetContext(),
  /external/chromium_org/chrome/browser/extensions/
extension_error_ui_default.cc 21 profile_(Profile::FromBrowserContext(delegate->GetContext())),
extension_error_controller.cc 56 content::BrowserContext* ExtensionErrorController::GetContext() {
  /external/chromium_org/chrome/browser/search/
instant_io_context.cc 31 return GetDataForResourceContext(info->GetContext());
  /external/chromium_org/content/browser/loader/
async_resource_handler.cc 161 redirect_info.new_url, request(), info->GetContext(), response);
191 request(), info->GetContext(), response, info->filter());
197 GetHostZoomMapForResourceContext(info->GetContext());
resource_request_info_impl.h 68 virtual ResourceContext* GetContext() const OVERRIDE;
resource_request_info_impl.cc 143 ResourceContext* ResourceRequestInfoImpl::GetContext() const {
resource_dispatcher_host_impl.cc 483 if (i->second->GetRequestInfo()->GetContext() == context) {
502 if (info->GetContext() == context) {
510 DCHECK_EQ(context, info->GetContext());
543 CHECK_NE(i->second->GetRequestInfo()->GetContext(), context);
552 CHECK_NE(info->GetContext(), context);
683 request, request_info->GetContext(), request_info->GetChildID(),
712 GetStreamContextForResourceContext(info->GetContext());
760 info->GetContext()->GetRequestContext()->job_factory();
    [all...]
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 87 gfx::NativeWindow context = platform_part_->GetContext();
  /external/chromium_org/content/browser/service_worker/
service_worker_dispatcher_host.h 158 ServiceWorkerContextCore* GetContext();
  /external/chromium_org/content/renderer/pepper/
host_var_tracker_unittest.cc 54 virtual v8::Handle<v8::Context> GetContext() OVERRIDE {
  /external/chromium_org/tools/grit/grit/node/
io.py 89 def GetContext(self):
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc 29 jobject JNICALL GetContext(JNIEnv* env, jclass) {
88 {"GetContext",
90 reinterpret_cast<void*>(&GetContext)},
  /external/chromium_org/ui/views/window/
dialog_delegate_unittest.cc 100 DialogDelegate::CreateDialogWidget(dialog_, GetContext(), NULL)->Show();
216 DialogDelegate::CreateDialogWidget(dialog2, GetContext(), NULL);
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views_unittest.cc 37 params.context = test_helper_->GetContext();
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 127 v8::Handle<v8::Context> GetContext() {
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();
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 78 orientationListener = new OrientationEventListener(GetContext()) {
98 private static native Context GetContext();
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 240 CPDF_RenderContext*pContext = pRenderStatus->GetContext();
326 CPDF_RenderContext*pContext = m_pRenderStatus->GetContext();
  /external/chromium_org/content/browser/android/
content_video_view.cc 256 content_view_core->GetContext().obj(),

Completed in 862 milliseconds

12 3 4