Searched refs:context_id_ (Results 1 – 6 of 6) sorted by relevance
155 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 …]
94 int GetCotextIdForTesting() { return context_id_; } in GetCotextIdForTesting()107 int context_id_; variable
52 : 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 …]
437 unsigned context_id_; variable
31 context_id_ = extension_misc::kCurrentWindowId; in RunAsync()32 args_->GetInteger(0, &context_id_); in RunAsync()44 WebContents* contents = GetWebContentsForID(context_id_); in RunAsync()
52 int context_id_; variable