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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsPanel.js 451 var anchor = element.enclosingNodeOrSelfWithClass("webkit-html-resource-link");
452 if (anchor) {
453 if (!anchor.href)
456 var resource = WebInspector.resourceTreeModel.resourceForURL(anchor.href);
460 anchor.removeAttribute("title");
462 return anchor;
504 * @param {!Element} anchor
507 _showPopover: function(anchor, popover)
509 var listItem = anchor.enclosingNodeOrSelfWithNodeName("li");
511 this._loadDimensionsForNode(listItem.treeElement, WebInspector.DOMPresentationUtils.buildImagePreviewContents.bind(WebInspector.DOMPresentationUtils, anchor.href, true, showPopover))
    [all...]
canvasProfiler.css 132 .canvas-popover-anchor {
138 .data-grid:focus tr.selected .canvas-popover-anchor {
148 .canvas-formatted-resource.canvas-popover-anchor,
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 73 StringRef Anchor = n->getAnchor();
74 if (!Anchor.empty())
75 outs() << "&" << Anchor << " ";
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 45 void anchor();
80 virtual void anchor();
97 virtual void anchor();
  /ndk/sources/host-tools/nawk-20071023/
b.c 79 fa *makedfa(const char *s, int anchor) /* returns dfa for reg expr s */
94 return mkdfa(s, anchor);
96 if (fatab[i]->anchor == anchor
101 pfa = mkdfa(s, anchor);
121 fa *mkdfa(const char *s, int anchor) /* does the real work of making a dfa */
122 /* anchor = 1 for anchored matches, else 0 */
145 f->initstat = makeinit(f, anchor);
146 f->anchor = anchor;
    [all...]
  /developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/res/layout/
sample_main.xml 49 text_html_resource uses a string resource containing explicit anchor tags (<a>)
  /developers/samples/android/views/TextLinkify/TextLinkifySample/src/main/res/layout/
sample_main.xml 49 text_html_resource uses a string resource containing explicit anchor tags (<a>)
  /development/samples/browseable/TextLinkify/res/layout/
sample_main.xml 49 text_html_resource uses a string resource containing explicit anchor tags (<a>)
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 42 void BookmarkBubbleGtk::Show(GtkWidget* anchor,
47 g_bubble = new BookmarkBubbleGtk(anchor, profile, url, newly_bookmarked);
85 BookmarkBubbleGtk::BookmarkBubbleGtk(GtkWidget* anchor,
92 anchor_(anchor),
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 28 // anchor. If the bubble does not fit on the monitor and
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 44 // order to anchor its contents. Once the Bubble has been anchored its
  /external/chromium_org/ash/system/tray/
tray_constants.cc 26 // Top inset of system tray bubble for bottom anchor alignment.
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.h 79 // The owning button which is also the anchor for the menu.
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 47 /* Provides the arrow which points at the anchor element. */
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac.h 35 // Finds the position for a window to anchor it to the dock. This chooses the
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_main_container.h 60 // Sets the anchor point for the notificationView_.
autofill_tooltip_controller.mm 120 // Compute anchor point (in window coords - views might be flipped).
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_bubble_gtk.h 30 GtkWidget* anchor,
confirm_bubble_gtk.h 68 // The anchor window and the screen point where this bubble is anchored. This
content_setting_bubble_gtk.h 34 GtkWidget* anchor,
zoom_bubble_gtk.h 42 ZoomBubbleGtk(GtkWidget* anchor,
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 71 // |anchor| View and then shows it to the user.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_prompt_view.cc 41 // Compensate for built-in vertical padding in the anchor view's image.
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc 88 return "scrolled to anchor";
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 67 bool insertBeforeAndMarkAsUsed(ContainerNode*, Digest*, Node* anchor, ExceptionState&);

Completed in 354 milliseconds

<<11121314151617181920>>