HomeSort by relevance Sort by last modified time
    Searched defs:anchor (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
vtable-key-function.cpp 30 virtual void anchor();
33 void Derived<char>::anchor() { } function in class:Derived
rtti-linkage.cpp 126 virtual void anchor() {} function in class:T
129 template <> class T<2> { virtual void anchor(); };
vtable-linkage.cpp 58 // Anchor is the key function
61 virtual void anchor();
64 void E<char>::anchor() { } function in class:E
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 16 // anchor: the index of the last tab the user clicked on. Extending the
20 // anchor and active index correspond to the same thing.
31 // See class description for details of the anchor.
32 void set_anchor(int anchor) { anchor_ = anchor; }
33 int anchor() const { return anchor_; } function in class:TabStripSelectionModel
47 // updates the anchor and active indices.
57 // Sets the anchor, active and selection to |index|.
63 // Adds |index| to the selection. This does not change the active or anchor
68 // anchor indices
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 45 views::MenuItemView::AnchorPosition anchor = base::i18n::IsRTL() ? local
48 anchor, true);
bookmark_menu_controller_views.cc 58 MenuItemView::AnchorPosition anchor; local
61 menu_button, &anchor, &start_index);
62 RunMenuAt(menu_button, anchor, for_drop);
254 views::MenuItemView::AnchorPosition* anchor,
275 *button, anchor, &start_index);
  /external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
tst_qwebhistoryinterface.cpp 90 QWebElement anchor = m_view->page()->mainFrame()->findFirstElement("a[id=vlink]"); local
91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle);
  /external/webkit/Source/WebCore/dom/
TreeScope.cpp 154 HTMLAnchorElement* anchor = static_cast<HTMLAnchorElement*>(node); local
157 if (equalIgnoringCase(anchor->name(), name))
158 return anchor;
161 if (anchor->name() == name)
162 return anchor;
  /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/clang/test/SemaTemplate/
virtual-member-functions.cpp 6 virtual void anchor();
10 template<class T> void A<T>::anchor() { } function in class:PR5557::A
17 x.anchor(); // expected-note{{instantiation}}
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 75 public String anchor() { method in class:AttributeInfo
80 return mClass.htmlPage() + "#" + anchor();
85 data.setValue(base + ".anchor", anchor());
MemberInfo.java 45 public String anchor() { method in class:MemberInfo
54 return mContainingClass.htmlPage() + "#" + anchor();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateIndex.java 47 for (TrustAnchor anchor : anchors) {
48 index(anchor);
53 TrustAnchor anchor = new TrustAnchor(cert, null); local
54 index(anchor);
55 return anchor;
58 public void index(TrustAnchor anchor) {
60 X509Certificate cert = anchor.getTrustedCert();
64 subject = anchor.getCA();
73 anchors.add(anchor);
85 for (TrustAnchor anchor : anchors)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 303 RefPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(this); local
313 anchor->setAttributeMap(attrs.release());
314 m_current->parserAddChild(anchor);
315 anchor->attach();
316 return anchor.release();
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 91 public void setAnchorView(View anchor) {
92 mAnchorView = anchor;
101 throw new IllegalStateException("MenuPopupHelper cannot be used without an anchor");
114 View anchor = mAnchorView; local
115 if (anchor != null) {
117 mTreeObserver = anchor.getViewTreeObserver(); // Refresh to latest
119 anchor.addOnAttachStateChangeListener(this);
120 mPopup.setAnchorView(anchor);
196 final View anchor = mAnchorView; local
197 if (anchor == null || !anchor.isShown())
    [all...]
  /external/qemu/android/skin/
file.h 67 SkinPos anchor; member in struct:SkinLocation
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 78 Position anchor = selection.isBaseFirst() ? selection.start() : selection.end(); local
79 return anchor.parentAnchoredEquivalent();
DragController.cpp 118 RefPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(document); local
119 anchor->setHref(url);
129 anchor->appendChild(anchorText, ec);
131 fragment->appendChild(anchor, ec);
740 // the enclosing anchor element
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 314 const IntPoint anchor = sourceRect.location(); local
331 IntRect destRect(IntPoint(sourceRect.x() - anchor.x(), sourceRect.y() - anchor.y()), sourceRect.size());
  /external/webkit/Source/WebKit/gtk/tests/
testdomdocument.c 184 WebKitDOMHTMLAnchorElement *anchor = (WebKitDOMHTMLAnchorElement*)element; local
185 g_assert_cmpstr(webkit_dom_html_anchor_element_get_href(anchor), ==, uris[i]);
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 472 ETextAnchor anchor = svgStyle->textAnchor(); local
474 if (anchor == TA_MIDDLE) {
475 ts << "(middle anchor";
479 } else if (anchor == TA_END) {
480 ts << "(end anchor";
  /external/icu4c/common/
ustring.c 627 UChar *anchor = dst; /* save a pointer to start of dst */ local
635 return anchor;
644 UChar *anchor = dst; /* save a pointer to start of dst */ local
658 return anchor;
966 UChar *anchor = dst; /* save a pointer to start of dst */ local
971 return anchor;
979 UChar *anchor = dst; /* save a pointer to start of dst */ local
986 return anchor;
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 223 int anchor; member in struct:fa
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/clang/lib/CodeGen/
CGCleanup.cpp 269 void EHScopeStack::Cleanup::anchor() {} function in class:EHScopeStack::Cleanup
    [all...]

Completed in 1331 milliseconds

1 2 3