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

  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 621 enum CallState { NORMAL, REENTRANT, REENTRANT_FORCE_FAST_RESIZE };
626 // reentrancy; |call_state| tracks whether we're reentrant. We can't just
631 // A reentrant call can (and should) use the fast resize path unless both it
655 is_animating ? REENTRANT_FORCE_FAST_RESIZE : REENTRANT);
662 // with a gray rect because the clip wasn't updated. Note that a reentrant
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 718 enum CallState { NORMAL, REENTRANT, REENTRANT_FORCE_FAST_RESIZE };
891 // reentrancy; |call_state| tracks whether we're reentrant. We can't just
896 // A reentrant call can (and should) use the fast resize path unless both it
    [all...]

Completed in 162 milliseconds