OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SchedulerStateMachine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/scheduler/
scheduler_state_machine.cc
16
SchedulerStateMachine
::
SchedulerStateMachine
(const SchedulerSettings& settings)
52
const char*
SchedulerStateMachine
::OutputSurfaceStateToString(
70
const char*
SchedulerStateMachine
::BeginImplFrameStateToString(
86
const char*
SchedulerStateMachine
::CommitStateToString(CommitState state) {
105
const char*
SchedulerStateMachine
::ForcedRedrawOnTimeoutStateToString(
121
const char*
SchedulerStateMachine
::ActionToString(Action action) {
150
scoped_ptr<base::Value>
SchedulerStateMachine
::AsValue() const {
244
void
SchedulerStateMachine
::AdvanceCurrentFrameNumber() {
256
bool
SchedulerStateMachine
::HasSentBeginMainFrameThisFrame() const
[
all
...]
scheduler_state_machine.h
24
// The
SchedulerStateMachine
decides how to coordinate main thread activites
35
class CC_EXPORT
SchedulerStateMachine
{
38
explicit
SchedulerStateMachine
(const SchedulerSettings& settings);
305
DISALLOW_COPY_AND_ASSIGN(
SchedulerStateMachine
);
Completed in 442 milliseconds