OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_id_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.h
50
// |
context_id_
| is the ID used to find the relevant WebContents. In the
54
int
context_id_
;
member in class:extensions::CaptureWebContentsFunction
capture_web_contents_function.cc
38
context_id_
= extension_misc::kCurrentWindowId;
39
args_->GetInteger(0, &
context_id_
);
51
WebContents* contents = GetWebContentsForID(
context_id_
);
91
WebContents* contents = GetWebContentsForID(
context_id_
);
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc
64
context_id_
(0),
129
if (context_id !=
context_id_
||
context_id_
== -1) {
173
if (context_id !=
context_id_
||
context_id_
== -1) {
191
if (context_id !=
context_id_
||
context_id_
== -1) {
267
if (context_id !=
context_id_
||
context_id_
== -1) {
306
if (context_id !=
context_id_
|| context_id_ == -1)
[
all
...]
input_method_engine.h
107
int
context_id_
;
member in class:chromeos::InputMethodEngine
/external/chromium_org/cc/test/
test_web_graphics_context_3d.cc
63
context_id_
(s_context_id++),
190
ids[i] = kFramebufferId |
context_id_
<< 16;
196
ids[i] = kRenderbufferId |
context_id_
<< 16;
217
DCHECK_EQ(kFramebufferId |
context_id_
<< 16, ids[i]);
223
DCHECK_EQ(kRenderbufferId |
context_id_
<< 16, ids[i]);
277
unsigned program = next_program_id_++ |
context_id_
<< 16;
283
unsigned shader = next_shader_id_++ |
context_id_
<< 16;
324
DCHECK_EQ(kFramebufferId |
context_id_
<< 16, framebuffer);
331
DCHECK_EQ(kRenderbufferId |
context_id_
<< 16, renderbuffer);
456
DCHECK_EQ(context_id,
context_id_
);
[
all
...]
test_web_graphics_context_3d.h
319
unsigned
context_id_
;
member in class:cc::TestWebGraphicsContext3D
/frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp
36
context_id_
(0),
278
if (
context_id_
!= context_id) {
279
context_id_
= context_id;
292
if (
context_id_
== context_id && IsActive())
gl_env.h
154
return contexts_.find(
context_id_
)->second;
236
int
context_id_
;
member in class:android::filterfw::GLEnv
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp
[
all
...]
gltrace.pb.h
1655
::google::protobuf::int32
context_id_
;
member in class:android::gltrace::GLMessage
[
all
...]
Completed in 95 milliseconds