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

/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.cc32 anchor_(kUnselectedIndex) {
44 IncrementFromImpl(index, &anchor_);
56 DecrementFromImpl(index, &anchor_);
61 anchor_ = active_ = index;
85 if (anchor_ == kUnselectedIndex) {
88 int delta = std::abs(index - anchor_);
90 for (int i = 0, min = std::min(index, anchor_); i <= delta; ++i)
98 if (anchor_ == kUnselectedIndex) {
101 for (int i = std::min(index, anchor_), end = std::max(index, anchor_);
[all...]
H A Dtab_strip_selection_model.h32 void set_anchor(int anchor) { anchor_ = anchor; }
33 int anchor() const { return anchor_; }
103 int anchor_; member in class:TabStripSelectionModel
/external/chromium/chrome/browser/ui/cocoa/
H A Dbase_bubble_controller.h30 NSPoint anchor_; variable
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_popup_controller.h41 NSPoint anchor_; variable
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.h92 GtkWidget* anchor_; member in class:BookmarkBubbleGtk
H A Dbookmark_bubble_gtk.cc92 anchor_(anchor),
163 bubble_ = InfoBubbleGtk::Show(anchor_,
320 GtkWindow* toplevel = GTK_WINDOW(gtk_widget_get_toplevel(anchor_));
/external/chromium/chrome/browser/ui/gtk/
H A Dcontent_setting_bubble_gtk.h64 GtkWidget* anchor_; member in class:ContentSettingBubbleGtk
H A Dfirst_run_bubble.h73 GtkWidget* anchor_; member in class:FirstRunBubble
H A Dfirst_run_bubble.cc79 anchor_(anchor),
107 bubble_ = InfoBubbleGtk::Show(anchor_,
201 anchor_, width_resource, 0, &width, NULL);
H A Dpage_info_bubble_gtk.cc86 GtkWidget* anchor_; member in class:__anon1776::PageInfoBubbleGtk
117 anchor_ = browser_window->
128 bubble_ = InfoBubbleGtk::Show(anchor_,
H A Dcontent_setting_bubble_gtk.cc56 : anchor_(anchor),
260 anchor_,
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.h81 GtkWidget* anchor_; member in class:ExtensionPopupGtk
H A Dextension_popup_gtk.cc43 anchor_(anchor),
121 bubble_ = InfoBubbleGtk::Show(anchor_,

Completed in 527 milliseconds