HomeSort by relevance Sort by last modified time
    Searched refs:context_ (Results 101 - 125 of 478) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.cc 16 : context_(context), routing_id_(MSG_ROUTING_NONE) {
  /external/chromium_org/content/browser/
plugin_data_remover_impl.h 40 scoped_refptr<Context> context_; member in class:content::PluginDataRemoverImpl
  /external/chromium_org/content/browser/service_worker/
service_worker_controllee_request_handler.cc 37 if (!context_ || !provider_host_) {
81 DCHECK(context_);
89 context_->storage()->FindRegistrationForDocument(
116 DCHECK(context_);
  /external/chromium_org/mojo/shell/
dynamic_service_loader.h 41 Context* const context_; member in class:mojo::shell::DynamicServiceLoader
shell_test_helper.h 44 scoped_ptr<Context> context_; member in class:mojo::shell::ShellTestHelper
  /external/chromium_org/ui/gfx/
canvas_paint_mac.h 46 CGContext* context_; member in class:gfx::CanvasSkiaPaint
  /external/chromium_org/ui/gl/
gl_context_wgl.h 35 HGLRC context_; member in class:gfx::GLContextWGL
scoped_make_current.h 29 scoped_refptr<gfx::GLContext> context_; member in class:ui::ScopedMakeCurrent
gl_context_cgl.cc 69 context_(NULL),
112 reinterpret_cast<CGLContextObj*>(&context_));
133 if (context_) {
134 CGLDestroyContext(static_cast<CGLContextObj>(context_));
135 context_ = NULL;
140 DCHECK(context_);
147 CGLGetVirtualScreen(static_cast<CGLContextObj>(context_), &screen);
169 CGLSetVirtualScreen(static_cast<CGLContextObj>(context_), i);
185 static_cast<CGLContextObj>(context_)) != kCGLNoError) {
216 bool native_context_is_current = CGLGetCurrentContext() == context_;
    [all...]
  /external/chromium_org/webkit/browser/fileapi/quota/
open_file_handle.h 61 scoped_refptr<OpenFileHandleContext> context_; member in class:fileapi::OpenFileHandle
  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector.cc 103 : context_(context), crx_installs_in_progress_(0), weak_factory_(this) {
105 ExtensionSystem* extension_system = ExtensionSystem::Get(context_);
120 InstallTracker::Get(context_)->AddObserver(this);
132 InstallTracker::Get(context_)->RemoveObserver(this);
163 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(context_);
196 ExtensionSystem::Get(context_)->extension_service();
209 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(context_);
218 ExtensionRegistry::Get(context_)->GenerateInstalledExtensionsSet();
225 context_, util::GetSiteForExtensionId((*iter)->id(), context_))
    [all...]
  /external/chromium_org/components/feedback/
feedback_data.h 58 content::BrowserContext* context() const { return context_; }
65 void set_context(content::BrowserContext* context) { context_ = context; }
92 content::BrowserContext* context_; member in class:feedback::FeedbackData
feedback_data_unittest.cc 61 : context_(new content::TestBrowserContext()),
65 user_prefs::UserPrefs::Set(context_.get(), prefs_.get());
66 data_->set_context(context_.get());
71 context_.get(), &CreateFeedbackUploaderService);
97 scoped_ptr<content::TestBrowserContext> context_; member in class:feedback::FeedbackDataTest
feedback_uploader_unittest.cc 45 context_(new content::TestBrowserContext()),
49 user_prefs::UserPrefs::Set(context_.get(), prefs_.get());
51 context_.get(), &CreateFeedbackUploaderService);
53 uploader_ = FeedbackUploaderFactory::GetForBrowserContext(context_.get());
62 context_.get(), NULL);
105 scoped_ptr<content::TestBrowserContext> context_; member in class:feedback::FeedbackUploaderTest
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 34 // Assert |context_| isn't holding any GL Errors. Done as a macro instead of a
37 PP_DCHECK(!gles2_if_->GetError(context_->pp_resource()));
90 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0);
92 context_->pp_resource(), GL_TEXTURE_2D, 0, 0, 0, width, height,
99 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE1);
101 context_->pp_resource(), GL_TEXTURE_2D, 0, 0, 0, width, height,
105 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE2);
107 context_->pp_resource(), GL_TEXTURE_2D, 0, 0, 0, width, height,
154 pp::Graphics3D* context_; member in class:__anon14059::VCDemoInstance
171 context_(NULL)
    [all...]
  /external/chromium_org/gpu/config/
gpu_info_collector_android.cc 53 EGLContext context_; member in class:__anon12562::ScopedRestoreNonOwnedEGLContext
60 : context_(EGL_NO_CONTEXT),
68 context_ = eglGetCurrentContext();
75 if (context_ == EGL_NO_CONTEXT || display_ == EGL_NO_DISPLAY ||
79 if (!eglMakeCurrent(display_, draw_surface_, read_surface_, context_))
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 31 context_ = MojoGLES2CreateContext(
36 MojoGLES2MakeCurrent(context_);
40 MojoGLES2DestroyContext(context_);
124 MojoGLES2RequestAnimationFrames(context_);
130 MojoGLES2CancelAnimationFrames(context_);
  /external/chromium_org/net/url_request/
url_request_simple_job_unittest.cc 64 URLRequestSimpleJobTest() : context_(true) {
66 context_.set_job_factory(&job_factory_);
67 context_.Init();
70 GURL("data:test"), DEFAULT_PRIORITY, &delegate_, &context_));
85 TestURLRequestContext context_; member in class:net::__anon13809::URLRequestSimpleJobTest
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 40 context_( EGL_NO_CONTEXT ),
152 context_ = eglCreateContext( display_, config_, NULL, context_attribs );
154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
193 if( context_ != EGL_NO_CONTEXT )
195 eglDestroyContext( display_, context_ );
206 context_ = EGL_NO_CONTEXT;
235 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_TRUE )
  /external/chromium_org/content/child/
web_socket_stream_handle_impl.cc 171 : context_(new Context(this)) {
175 // We won't receive any events from |context_|.
176 // |context_| is ref counted, and will be released when it received
178 context_->Detach();
184 DCHECK(!context_->client());
185 context_->set_client(client);
187 context_->Connect(url);
191 return context_->Send(data);
195 context_->Close();
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 118 context_(context.Pass()) {
150 if (!context_) {
157 context_.reset(GLInProcessContext::Create(NULL, /* service */
168 if (context_) {
172 context_->SetContextLostCallback(context_lost_callback);
178 real_gl_ = context_->GetImplementation();
192 return context_ && !isContextLost();
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 63 scoped_refptr<ChromeQuotaPermissionContext> context_; member in class:__anon7553::QuotaPermissionRequest
80 : context_(context),
115 context_->DispatchCallbackOnIOThread(
122 context_->DispatchCallbackOnIOThread(
133 context_->DispatchCallbackOnIOThread(
170 scoped_refptr<ChromeQuotaPermissionContext> context_; member in class:__anon7553::RequestQuotaInfoBarDelegate
199 context_(context),
208 context_->DispatchCallbackOnIOThread(
225 context_->DispatchCallbackOnIOThread(
232 context_->DispatchCallbackOnIOThread
    [all...]
  /external/chromium_org/chrome/test/base/
module_system_test.cc 126 context_(
136 context_->v8_context()->Enter();
137 assert_natives_ = new AssertNatives(context_.get());
141 new ModuleSystem(context_.get(), source_map_.get()));
142 context_->set_module_system(module_system.Pass());
144 ModuleSystem* module_system = context_->module_system();
148 new extensions::LoggingNativeHandler(context_.get())));
150 new extensions::UtilsNativeHandler(context_.get())));
156 context_->v8_context()->Exit();
174 context_->module_system()->OverrideNativeHandlerForTest(name)
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 41 context_.reset(
49 CHECK(context_.get());
50 context_->makeContextCurrent();
51 context_support_ = context_->GetContextSupport();
57 context_.reset(NULL);
62 scoped_ptr<content::WebGraphicsContext3DCommandBufferImpl> context_; member in class:__anon11509::ContextTestBase
  /external/chromium_org/cc/test/
test_in_process_context_provider.cc 53 : context_(CreateTestInProcessContext()) {}
61 return context_->GetImplementation();
65 return context_->GetImplementation();

Completed in 682 milliseconds

1 2 3 45 6 7 8 91011>>