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_
)
384
if (!
bound_instance_
)
pepper_compositor_host.h
76
PepperPluginInstanceImpl*
bound_instance_
;
member in class:content::PepperCompositorHost
pepper_graphics_2d_host.cc
186
bound_instance_
(NULL),
196
if (
bound_instance_
)
197
bound_instance_
->BindGraphics(
bound_instance_
->pp_instance(), 0);
294
if (
bound_instance_
== new_instance)
296
if (
bound_instance_
&& new_instance)
313
bound_instance_
= new_instance;
513
if (
bound_instance_
)
514
bound_instance_
->AddLatencyInfo(latency_info);
562
if (need_flush_ack_ &&
bound_instance_
)
[
all
...]
pepper_graphics_2d_host.h
174
PepperPluginInstanceImpl*
bound_instance_
;
member in class:content::PepperGraphics2DHost
Completed in 316 milliseconds