Searched refs:visible_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc33 visible_(false),
46 visible_(false),
67 if (visible_) {
80 visible_ = true;
85 if (visible_) {
87 visible_ = false;
H A Dsystem_notification.h59 bool visible() const { return visible_; }
87 bool visible_; member in class:chromeos::SystemNotification
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_decoration.h26 : visible_(false) {
80 bool visible_; member in class:LocationBarDecoration
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_gtk.cc135 if (visible_)
138 visible_ = true;
142 if (!visible_)
146 visible_ = false;
H A Dbrowser_bubble_win.cc134 if (visible_)
138 visible_ = true;
142 if (!visible_)
146 visible_ = false;
H A Dbrowser_bubble.h76 bool visible() const { return visible_; }
131 bool visible_; member in class:BrowserBubble
H A Dbrowser_bubble.cc41 visible_(false),
92 if (visible_)
/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_window_gtk.cc35 visible_(false),
88 visible_ = true;
92 if (visible_)
H A Dconstrained_window_gtk.h95 bool visible_; member in class:ConstrainedWindowGtk
/external/chromium/chrome/common/extensions/
H A Dextension_action.h131 SetValue(&visible_, tab_id, value);
136 return GetValue(&visible_, tab_id);
182 std::map<int, bool> visible_; member in class:ExtensionAction
H A Dextension_action.cc101 visible_.erase(tab_id);
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.js48 this.visible_ = visible;
205 visible_: true,
207 return this.visible_;
210 if (this.visible_ != visible) {
211 this.visible_ = visible;
H A Dapps.js360 visible_: true,
362 return this.visible_;
365 this.visible_ = visible;

Completed in 424 milliseconds