HomeSort by relevance Sort by last modified time
    Searched refs:isLink (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/content/renderer/
dom_utils.cc 17 while (!selected_node.isNull() && !selected_node.isLink())
context_menu_params_builder.cc 61 if (!selectedElement.isNull() && selectedNode.isLink()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.cpp 90 bool wasLink = isLink();
93 if (wasLink != isLink())
112 if (isLink()) {
160 return isLink() || SVGGraphicsElement::supportsFocus();
182 if (isLink())
193 if (isLink())
200 if (!isLink())
207 return isLink() || SVGGraphicsElement::willRespondToMouseClickEvents();
SVGAElement.h 50 virtual bool isLiveLink() const OVERRIDE { return isLink(); }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
VisitedLinkState.cpp 42 ASSERT(element.isLink());
67 if (node->isLink())
77 if (node->isLink() && linkHashForElement(toElement(*node)) == linkHash)
84 ASSERT(element.isLink());
VisitedLinkState.h 54 if (element.isLink())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 84 return isLink() || HTMLElement::supportsFocus();
101 if (isLink())
114 if (isLink() && !document().frameHost()->chrome().client().tabsToLinks())
150 if (isLink()) {
193 bool wasLink = isLink();
195 if (wasLink || isLink()) {
198 if (wasLink != isLink())
201 if (wasLink && !isLink() && treeScope().adjustedFocusedElement() == this) {
206 if (isLink()) {
239 if (!isLink())
    [all...]
HTMLViewSourceDocument.h 68 int addRange(const String& source, int start, int end, const AtomicString& className, bool isLink = false, bool isAnchor = false, const AtomicString& link = nullAtom);
HTMLViewSourceDocument.cpp 165 bool isLink = name == srcAttr || name == hrefAttr;
166 index = addRange(source, index, iter->valueRange.end - token.startIndex(), "html-attribute-value", isLink, tagName == aTag, value);
261 int HTMLViewSourceDocument::addRange(const String& source, int start, int end, const AtomicString& className, bool isLink, bool isAnchor, const AtomicString& link)
269 if (isLink)
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ChromeContextMenuItemDelegate.java 35 * @param isLink Whether or not the download is a link (as opposed to an image/video).
38 boolean startDownload(String url, boolean isLink);
ContextMenuHelper.java 78 * @param isLink Whether or not the download target is a link.
80 public void startContextMenuDownload(boolean isLink) {
81 if (mNativeContextMenuHelper != 0) nativeOnStartDownload(mNativeContextMenuHelper, isLink);
129 private native void nativeOnStartDownload(long nativeContextMenuHelper, boolean isLink);
EmptyChromeContextMenuItemDelegate.java 30 public boolean startDownload(String url, boolean isLink) {
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.h 60 virtual bool isLink() const OVERRIDE { return true; }
AXNodeObject.h 117 virtual bool isLink() const OVERRIDE FINAL;
AXNodeObject.cpp 188 if (node()->isLink())
472 return !isNativeImage() && isLink();
528 bool AXNodeObject::isLink() const
    [all...]
AXObject.h 331 virtual bool isLink() const { return false; }
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
bigram_dict_content.cpp 39 const bool isLink = (bigramFlags & Ver4DictConstants::BIGRAM_IS_LINK_MASK) != 0;
60 if (isLink) {
82 return writeBigramEntryAttributesAndAdvancePosition(false /* isLink */,
91 const bool isLink, const int probability, const int targetTerminalId,
94 const int bigramFlags = isLink ? Ver4DictConstants::BIGRAM_IS_LINK_MASK : 0;
141 return writeBigramEntryAttributesAndAdvancePosition(true /* isLink */,
bigram_dict_content.h 117 const bool isLink, const int probability, const int targetTerminalId,
  /external/chromium_org/third_party/WebKit/Source/web/
WebNode.cpp 141 bool WebNode::isLink() const
143 return m_private->isLink();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 218 if (candidate.isLink() != element().isLink())
249 if (candidate.isLink() && m_context.elementLinkState() != style->insideLink())
  /external/chromium_org/third_party/WebKit/public/web/
WebNode.h 105 BLINK_EXPORT bool isLink() const;
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 261 bool isLink(const struct dirent* pEntry) const {
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 244 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 84 if (!anchorBox || !anchorBox->renderer().style()->isLink())
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 251 if (node.isLink())

Completed in 483 milliseconds

1 2 3