/external/chromium/chrome/browser/tabs/ |
tab_strip_selection_model.cc | 32 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...] |
tab_strip_selection_model.h | 32 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/ |
base_bubble_controller.h | 30 NSPoint anchor_; variable
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.h | 41 NSPoint anchor_; variable
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_popup_gtk.h | 81 GtkWidget* anchor_; member in class:ExtensionPopupGtk
|
extension_popup_gtk.cc | 43 anchor_(anchor), 121 bubble_ = InfoBubbleGtk::Show(anchor_,
|
/external/chromium/chrome/browser/ui/gtk/ |
first_run_bubble.h | 73 GtkWidget* anchor_; member in class:FirstRunBubble
|
content_setting_bubble_gtk.h | 64 GtkWidget* anchor_; member in class:ContentSettingBubbleGtk
|
first_run_bubble.cc | 79 anchor_(anchor), 107 bubble_ = InfoBubbleGtk::Show(anchor_, 201 anchor_, width_resource, 0, &width, NULL);
|
page_info_bubble_gtk.cc | 86 GtkWidget* anchor_; member in class:__anon3171::PageInfoBubbleGtk 117 anchor_ = browser_window-> 128 bubble_ = InfoBubbleGtk::Show(anchor_,
|
content_setting_bubble_gtk.cc | 56 : anchor_(anchor), 260 anchor_,
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bubble_gtk.h | 92 GtkWidget* anchor_; member in class:BookmarkBubbleGtk
|
bookmark_bubble_gtk.cc | 92 anchor_(anchor), 163 bubble_ = InfoBubbleGtk::Show(anchor_, 320 GtkWindow* toplevel = GTK_WINDOW(gtk_widget_get_toplevel(anchor_));
|