Searched refs:show_while_screen_is_locked (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble.h103 // If |show_while_screen_is_locked| is true, a property is set telling the
111 bool show_while_screen_is_locked);
138 Bubble(views::WidgetGtk::Type type, bool show_while_screen_is_locked);
H A Dbubble.cc71 bool show_while_screen_is_locked) {
73 show_while_screen_is_locked);
141 Bubble::Bubble(views::WidgetGtk::Type type, bool show_while_screen_is_locked) argument
147 show_while_screen_is_locked_(show_while_screen_is_locked),
65 ShowFocusless( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, views::View* contents, BubbleDelegate* delegate, bool show_while_screen_is_locked) argument

Completed in 775 milliseconds