OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:was_visible
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc
102
bool
was_visible
= is_visible_;
local
107
} else if (!
was_visible
) {
113
if (!
was_visible
)
/external/chromium/chrome/browser/chromeos/frame/
browser_view.cc
274
bool
was_visible
= frame()->GetWindow()->IsVisible();
local
279
if (!
was_visible
) {
/external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc
150
gboolean
was_visible
= GTK_WIDGET_VISIBLE(widget);
local
159
if (
was_visible
&& GTK_WIDGET_VISIBLE(container))
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
1383
const bool
was_visible
= (*i)->visible();
local
1510
const bool
was_visible
= script_bubble_icon_view_->visible();
local
1522
const bool
was_visible
= zoom_view_->visible();
local
1532
const bool
was_visible
= manage_passwords_icon_view_->visible();
local
[
all
...]
/external/chromium_org/ui/base/gtk/
gtk_floating_container.cc
152
gboolean
was_visible
= gtk_widget_get_visible(GTK_WIDGET(widget));
local
161
if (
was_visible
&& gtk_widget_get_visible(GTK_WIDGET(container)))
Completed in 89 milliseconds