OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsDrawingAttention
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/panels/
panel.cc
207
bool Panel::
IsDrawingAttention
() const {
208
return native_panel_->
IsDrawingAttention
();
335
if (
IsDrawingAttention
() == draw_attention || !collection_)
701
if (active &&
IsDrawingAttention
() && !IsMinimized())
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc
563
bool PanelView::
IsDrawingAttention
() const {
[
all
...]
Completed in 48 milliseconds