OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:need_flush_ack_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h
185
bool
need_flush_ack_
;
member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc
194
need_flush_ack_
(false),
326
if (
need_flush_ack_
)
418
if (
need_flush_ack_
) {
420
need_flush_ack_
= false;
750
need_flush_ack_
= true;
852
return
need_flush_ack_
|| offscreen_flush_pending_;
Completed in 109 milliseconds