OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
762
enum CallState { NORMAL,
REENTRANT
, REENTRANT_FORCE_FAST_RESIZE };
[
all
...]
Completed in 39 milliseconds