OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldPollForAnticipatedDrawTriggers
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/scheduler/
scheduler_state_machine.h
135
bool
ShouldPollForAnticipatedDrawTriggers
() const;
scheduler.cc
170
if (state_machine_.
ShouldPollForAnticipatedDrawTriggers
()) {
scheduler_state_machine.cc
787
// we rely on
ShouldPollForAnticipatedDrawTriggers
instead.
795
bool SchedulerStateMachine::
ShouldPollForAnticipatedDrawTriggers
() const {
796
//
ShouldPollForAnticipatedDrawTriggers
is what we use in place of
[
all
...]
Completed in 141 milliseconds