HomeSort by relevance Sort by last modified time
    Searched refs:context_id_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/extensions/browser/api/
capture_web_contents_function.h 48 // |context_id_| is the ID used to find the relevant WebContents. In the
52 int context_id_; member in class:extensions::CaptureWebContentsFunction
capture_web_contents_function.cc 31 context_id_ = extension_misc::kCurrentWindowId;
32 args_->GetInteger(0, &context_id_);
44 WebContents* contents = GetWebContentsForID(context_id_);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 155 context_id_(0),
193 if (context_id != context_id_ || context_id_ == -1) {
237 if (context_id != context_id_ || context_id_ == -1) {
255 if (context_id != context_id_ || context_id_ == -1) {
278 // context_id_ == -1, means the focus is not in an input field.
279 if (context_id != 0 && (context_id != context_id_ || context_id_ == -1))
    [all...]
input_method_engine.h 94 int GetCotextIdForTesting() { return context_id_; }
107 int context_id_; member in class:chromeos::InputMethodEngine
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 52 : context_id_(s_context_id++),
165 ids[i] = kFramebufferId | context_id_ << 16;
171 ids[i] = kRenderbufferId | context_id_ << 16;
192 DCHECK_EQ(kFramebufferId | context_id_ << 16, ids[i]);
198 DCHECK_EQ(kRenderbufferId | context_id_ << 16, ids[i]);
252 unsigned program = next_program_id_++ | context_id_ << 16;
258 unsigned shader = next_shader_id_++ | context_id_ << 16;
299 DCHECK_EQ(kFramebufferId | context_id_ << 16, framebuffer);
306 DCHECK_EQ(kRenderbufferId | context_id_ << 16, renderbuffer);
486 DCHECK_EQ(context_id, context_id_);
    [all...]
test_web_graphics_context_3d.h 437 unsigned context_id_; member in class:cc::TestWebGraphicsContext3D
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 154 return contexts_.find(context_id_)->second;
236 int context_id_; member in class:android::filterfw::GLEnv
gl_env.cpp 36 context_id_(0),
281 if (context_id_ != context_id) {
282 context_id_ = context_id;
295 if (context_id_ == context_id && IsActive())
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 2037 ::google::protobuf::int32 context_id_; member in class:android::gltrace::GLMessage
    [all...]

Completed in 971 milliseconds