HomeSort by relevance Sort by last modified time
    Searched refs:anchor_ (Results 1 - 19 of 19) sorted by null

  /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/regex-re2/re2/
set.h 44 RE2::Anchor anchor_; member in class:re2::RE2::Set
set.cc 17 anchor_ = anchor;
90 prog_ = Prog::CompileSet(options_, anchor_, re);
compile.cc 234 RE2::Anchor anchor_; // anchor mode for RE2::Set member in class:re2::Compiler
735 if (anchor_ != RE2::ANCHOR_BOTH)
983 anchor_ = anchor;
    [all...]
  /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:__anon4604::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_));
  /external/v8/src/
spaces.cc 798 anchor_.InitializeAsAnchor(this);
817 anchor_.set_next_page(&anchor_);
818 anchor_.set_prev_page(&anchor_);
864 p->InsertAfter(anchor_.prev_page());
    [all...]
spaces.h 1634 Page anchor_; member in class:v8::internal::PagedSpace
1956 NewSpacePage anchor_; member in class:v8::internal::SemiSpace
    [all...]
spaces-inl.h 55 prev_page_(&space->anchor_),
60 return next_page_ != &space_->anchor_;

Completed in 711 milliseconds