Home
last modified time | relevance | path

Searched refs:context_id_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine.cc155 context_id_(0), in InputMethodEngine()
193 if (context_id != context_id_ || context_id_ == -1) { in SetComposition()
237 if (context_id != context_id_ || context_id_ == -1) { in ClearComposition()
255 if (context_id != context_id_ || context_id_ == -1) { in CommitText()
279 if (context_id != 0 && (context_id != context_id_ || context_id_ == -1)) { in SendKeyEvents()
375 if (context_id != context_id_ || context_id_ == -1) { in SetCandidates()
414 if (context_id != context_id_ || context_id_ == -1) { in SetCursorPosition()
469 if (context_id != context_id_ || context_id_ == -1) { in DeleteSurroundingText()
514 context_id_ = next_context_id_; in FocusIn()
518 context.id = context_id_; in FocusIn()
[all …]
Dinput_method_engine.h94 int GetCotextIdForTesting() { return context_id_; } in GetCotextIdForTesting()
107 int context_id_; variable
/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.cc52 : context_id_(s_context_id++), in TestWebGraphicsContext3D()
165 ids[i] = kFramebufferId | context_id_ << 16; in genFramebuffers()
171 ids[i] = kRenderbufferId | context_id_ << 16; in genRenderbuffers()
192 DCHECK_EQ(kFramebufferId | context_id_ << 16, ids[i]); in deleteFramebuffers()
198 DCHECK_EQ(kRenderbufferId | context_id_ << 16, ids[i]); in deleteRenderbuffers()
252 unsigned program = next_program_id_++ | context_id_ << 16; in createProgram()
258 unsigned shader = next_shader_id_++ | context_id_ << 16; in createShader()
299 DCHECK_EQ(kFramebufferId | context_id_ << 16, framebuffer); in bindFramebuffer()
306 DCHECK_EQ(kRenderbufferId | context_id_ << 16, renderbuffer); in bindRenderbuffer()
486 DCHECK_EQ(context_id, context_id_); in bindBuffer()
[all …]
Dtest_web_graphics_context_3d.h437 unsigned context_id_; variable
/external/chromium_org/extensions/browser/api/
Dcapture_web_contents_function.cc31 context_id_ = extension_misc::kCurrentWindowId; in RunAsync()
32 args_->GetInteger(0, &context_id_); in RunAsync()
44 WebContents* contents = GetWebContentsForID(context_id_); in RunAsync()
Dcapture_web_contents_function.h52 int context_id_; variable