Home
last modified time | relevance | path

Searched refs:anchor_ (Results 1 – 21 of 21) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dtab_strip_selection_model.cc32 anchor_(kUnselectedIndex) { in TabStripSelectionModel()
44 IncrementFromImpl(index, &anchor_); in IncrementFrom()
56 DecrementFromImpl(index, &anchor_); in DecrementFrom()
61 anchor_ = active_ = index; in SetSelectedIndex()
85 if (anchor_ == kUnselectedIndex) { in SetSelectionFromAnchorTo()
88 int delta = std::abs(index - anchor_); in SetSelectionFromAnchorTo()
90 for (int i = 0, min = std::min(index, anchor_); i <= delta; ++i) in SetSelectionFromAnchorTo()
98 if (anchor_ == kUnselectedIndex) { in AddSelectionFromAnchorTo()
101 for (int i = std::min(index, anchor_), end = std::max(index, anchor_); in AddSelectionFromAnchorTo()
113 bool was_anchor = from == anchor_; in Move()
[all …]
Dtab_strip_selection_model.h32 void set_anchor(int anchor) { anchor_ = anchor; } in set_anchor()
33 int anchor() const { return anchor_; } in anchor()
103 int anchor_; variable
/external/chromium/chrome/browser/ui/cocoa/
Dbase_bubble_controller.mm51 @synthesize anchorPoint = anchor_;
61 anchor_ = anchoredAt;
93 anchor_ = anchoredAt;
132 anchor_ = anchor;
184 // Takes the |anchor_| point and adjusts the window's origin accordingly.
187 NSPoint origin = anchor_;
Dbase_bubble_controller.h30 NSPoint anchor_; variable
/external/chromium/chrome/browser/ui/gtk/
Dfirst_run_bubble.cc79 anchor_(anchor), in FirstRunBubble()
107 bubble_ = InfoBubbleGtk::Show(anchor_, in FirstRunBubble()
201 anchor_, width_resource, 0, &width, NULL); in InitializeLabels()
Dpage_info_bubble_gtk.cc86 GtkWidget* anchor_; member in __anonebdbaf980111::PageInfoBubbleGtk
117 anchor_ = browser_window-> in PageInfoBubbleGtk()
128 bubble_ = InfoBubbleGtk::Show(anchor_, in PageInfoBubbleGtk()
Dfirst_run_bubble.h73 GtkWidget* anchor_; variable
Dcontent_setting_bubble_gtk.h64 GtkWidget* anchor_; variable
Dcontent_setting_bubble_gtk.cc56 : anchor_(anchor), in ContentSettingBubbleGtk()
260 anchor_, in BuildBubble()
/external/v8/src/
Dspaces.cc798 anchor_.InitializeAsAnchor(this); in PagedSpace()
817 anchor_.set_next_page(&anchor_); in TearDown()
818 anchor_.set_prev_page(&anchor_); in TearDown()
864 p->InsertAfter(anchor_.prev_page()); in Expand()
1422 anchor_.set_owner(this); in FlipPages()
1425 anchor_.prev_page()->set_next_page(&anchor_); in FlipPages()
1426 anchor_.next_page()->set_prev_page(&anchor_); in FlipPages()
1430 NewSpacePage* page = anchor_.next_page(); in FlipPages()
1431 while (page != &anchor_) { in FlipPages()
1452 ASSERT(anchor_.next_page() != &anchor_); in Reset()
[all …]
Dspaces.h1546 Page* anchor() { return &anchor_; } in anchor()
1581 if (first == &anchor_) first = NULL; in SetPagesToSweep()
1605 Page* FirstPage() { return anchor_.next_page(); } in FirstPage()
1606 Page* LastPage() { return anchor_.prev_page(); } in LastPage()
1634 Page anchor_; variable
1816 anchor_(this), in SemiSpace()
1841 ASSERT(anchor_.next_page() != &anchor_); in space_start()
1842 return anchor_.next_page()->area_start(); in space_start()
1852 return anchor_.prev_page()->area_end(); in space_end()
1903 NewSpacePage* first_page() { return anchor_.next_page(); } in first_page()
[all …]
Dspaces-inl.h55 prev_page_(&space->anchor_), in PageIterator()
60 return next_page_ != &space_->anchor_; in has_next()
/external/regex-re2/re2/
Dset.cc17 anchor_ = anchor; in Set()
90 prog_ = Prog::CompileSet(options_, anchor_, re); in Compile()
Dset.h44 RE2::Anchor anchor_; variable
Dcompile.cc233 RE2::Anchor anchor_; // anchor mode for RE2::Set member in re2::Compiler
734 if (anchor_ != RE2::ANCHOR_BOTH) in PostVisit()
982 anchor_ = anchor; in Setup()
/external/chromium/chrome/browser/ui/gtk/extensions/
Dextension_popup_gtk.cc43 anchor_(anchor), in ExtensionPopupGtk()
121 bubble_ = InfoBubbleGtk::Show(anchor_, in ShowPopup()
Dextension_popup_gtk.h81 GtkWidget* anchor_; variable
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bubble_gtk.cc92 anchor_(anchor), in BookmarkBubbleGtk()
163 bubble_ = InfoBubbleGtk::Show(anchor_, in BookmarkBubbleGtk()
320 GtkWindow* toplevel = GTK_WINDOW(gtk_widget_get_toplevel(anchor_)); in ShowEditor()
Dbookmark_bubble_gtk.h92 GtkWidget* anchor_; variable
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.h41 NSPoint anchor_; variable
Dextension_popup_controller.mm92 anchor_ = [parentWindow convertBaseToScreen:anchoredAt];
267 NSPoint windowOrigin = anchor_;