HomeSort by relevance Sort by last modified time
    Searched full:anchor (Results 351 - 375 of 1542) sorted by null

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 15 void AnalysisManager::anchor() { } function in class:AnalysisManager
  /external/clang/test/CodeGenCXX/
vtt-layout.cpp 64 virtual void anchor();
67 void A::anchor() { function in class:Test5::A
74 virtual void anchor();
77 void A::anchor() { function in class:Test6::A
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 110 * converted into anchor tags before being appended to the output. The normal text is escaped and
150 * Formats the input sequence into a suitable mailto: anchor tag and appends it to the output.
170 * Formats the input sequence into a suitable anchor tag and appends it to the output.
175 * @param addScheme true if 'http://' should be added to the anchor.
  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 22 virtual void anchor();
  /external/llvm/lib/CodeGen/
Spiller.h 25 virtual void anchor();
  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.h 26 virtual void anchor();
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 18 void MSP430MCAsmInfo::anchor() { } function in class:MSP430MCAsmInfo
  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.cpp 24 void MSP430Subtarget::anchor() { } function in class:MSP430Subtarget
MSP430Subtarget.h 27 virtual void anchor();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.h 23 virtual void anchor();
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.h 24 virtual void anchor();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 19 void SparcELFMCAsmInfo::anchor() { } function in class:SparcELFMCAsmInfo
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.h 24 virtual void anchor();
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.cpp 24 void XCoreSubtarget::anchor() { } function in class:XCoreSubtarget
XCoreSubtarget.h 28 virtual void anchor();
  /external/markdown/docs/extensions/
Tables_of_Contents.txt 47 used as the anchor text.
  /external/v8/test/cctest/
test-spaces.cc 146 first_page->InsertAfter(faked_space.anchor()->prev_page());
148 CHECK(first_page->next_page() == faked_space.anchor());
151 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
162 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 25 // Move the |toMove| view |spacing| pixels before/after the |anchor| view.
26 // |after| signifies the side of |anchor| on which to place |toMove|.
27 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 67 views::MenuItemView::AnchorPosition anchor = base::i18n::IsRTL() ? local
70 menu_->RunMenuForDropAt(window, bounds, anchor);
72 menu_->RunMenuAt(window, menu_button_, bounds, anchor, false);
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 43 void OverflowBubbleView::InitOverflowBubble(views::View* anchor,
47 SetAnchorView(anchor);
66 anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
  /external/chromium_org/ash/system/tray/
tray_background_view.h 86 // Called when the anchor (tray or bubble) may have moved or changed.
120 // Returns the anchor rect for the bubble.
126 // Returns the bubble anchor alignment based on |shelf_alignment_|.
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller.h 86 // Called when the anchor for this bubble is clicked. Shows a new bubble.
115 // the anchor icon. This does not affect whether the generated card's icon
162 // Whether the anchor should currently be showing.
  /external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.cc 45 ConfirmBubbleGtk::ConfirmBubbleGtk(gfx::NativeView anchor,
49 anchor_(anchor),
137 // Show a bubble consisting of the above widgets under the anchor point.
  /external/chromium_org/chrome/browser/ui/views/autofill/
new_credit_card_bubble_views.cc 28 // without an anchor (e.g. when requestAutocomplete() is called from a popup).
43 views::View* anchor = GetAnchor(controller); local
44 return anchor ? views::BubbleBorder::TOP_RIGHT : views::BubbleBorder::NONE;
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
util.js 23 var anchor = node.querySelector('a');
24 if (anchor) {
25 return anchor.href;

Completed in 1299 milliseconds

<<11121314151617181920>>