OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldDraw
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/views/controls/
glow_hover_controller.cc
39
if (
ShouldDraw
())
66
if (
ShouldDraw
())
75
bool GlowHoverController::
ShouldDraw
() const {
81
if (!
ShouldDraw
())
glow_hover_controller.h
27
// OnPaint() -> if
ShouldDraw
() returns true invoke Draw().
61
bool
ShouldDraw
() const;
/external/chromium_org/cc/scheduler/
scheduler_state_machine.h
249
bool
ShouldDraw
() const;
scheduler_state_machine.cc
346
bool SchedulerStateMachine::
ShouldDraw
() const {
533
if (
ShouldDraw
()) {
[
all
...]
/external/chromium_org/ui/compositor/
layer.h
222
bool
ShouldDraw
() const;
layer.cc
375
bool Layer::
ShouldDraw
() const {
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
[
all
...]
Completed in 121 milliseconds