OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_instance_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc
136
bound_instance_
(NULL),
148
if (
bound_instance_
)
149
bound_instance_
->BindGraphics(
bound_instance_
->pp_instance(), 0);
156
if (
bound_instance_
== new_instance)
158
if (
bound_instance_
&& new_instance)
160
bound_instance_
= new_instance;
161
if (!
bound_instance_
)
378
if (!
bound_instance_
)
pepper_compositor_host.h
76
PepperPluginInstanceImpl*
bound_instance_
;
member in class:content::PepperCompositorHost
pepper_graphics_2d_host.cc
187
bound_instance_
(NULL),
197
if (
bound_instance_
)
198
bound_instance_
->BindGraphics(
bound_instance_
->pp_instance(), 0);
295
if (
bound_instance_
== new_instance)
297
if (
bound_instance_
&& new_instance)
313
bound_instance_
= new_instance;
509
if (
bound_instance_
)
510
bound_instance_
->AddLatencyInfo(latency_info);
624
if (
bound_instance_
&& !op_rect.IsEmpty())
[
all
...]
pepper_graphics_2d_host.h
166
PepperPluginInstanceImpl*
bound_instance_
;
member in class:content::PepperGraphics2DHost
Completed in 102 milliseconds