HomeSort by relevance Sort by last modified time
    Searched refs:animate_requested (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
thread_proxy.cc 84 animate_requested(false),
281 if (main().animate_requested)
285 main().animate_requested = true;
735 main().animate_requested = false;
765 // On the other hand, the animate_requested flag should remain cleared
817 // Before calling animate, we set main().animate_requested to false. If it is
822 if (main().animate_requested) {
824 main().animate_requested = false;
    [all...]
thread_proxy.h 64 bool animate_requested; member in struct:cc::ThreadProxy::MainThreadOnly

Completed in 60 milliseconds