Searched defs:anchor_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dbase_bubble_controller.h30 NSPoint anchor_; variable
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_bubble.h73 GtkWidget* anchor_; member in class:FirstRunBubble
H A Dcontent_setting_bubble_gtk.h64 GtkWidget* anchor_; member in class:ContentSettingBubbleGtk
H A Dpage_info_bubble_gtk.cc86 GtkWidget* anchor_; member in class:__anon2499::PageInfoBubbleGtk
117 anchor_ = browser_window->
128 bubble_ = InfoBubbleGtk::Show(anchor_,
/external/regex-re2/re2/
H A Dset.h44 RE2::Anchor anchor_; member in class:re2::RE2::Set
H A Dcompile.cc233 RE2::Anchor anchor_; // anchor mode for RE2::Set member in class:re2::Compiler
734 if (anchor_ != RE2::ANCHOR_BOTH)
982 anchor_ = anchor;
/external/chromium/chrome/browser/tabs/
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/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
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.h81 GtkWidget* anchor_; member in class:ExtensionPopupGtk
/external/v8/src/
H A Dspaces.h1546 Page* anchor() { return &anchor_; }
1581 if (first == &anchor_) first = NULL;
1605 Page* FirstPage() { return anchor_.next_page(); }
1606 Page* LastPage() { return anchor_.prev_page(); }
1634 Page anchor_; member in class:v8::internal::PagedSpace
1816 anchor_(this),
1841 ASSERT(anchor_.next_page() != &anchor_);
1842 return anchor_.next_page()->area_start();
1852 return anchor_
1956 NewSpacePage anchor_; member in class:v8::internal::SemiSpace
[all...]

Completed in 210 milliseconds