Searched refs:isLink (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DChromeContextMenuItemDelegate.java32 * @param isLink Whether or not the download is a link (as opposed to an image/video).
35 boolean startDownload(boolean isLink); argument
H A DEmptyChromeContextMenuItemDelegate.java28 public boolean startDownload(boolean isLink) { argument
H A DContextMenuHelper.java80 * @param isLink Whether or not the download target is a link.
82 public void startContextMenuDownload(boolean isLink) { argument
83 if (mNativeContextMenuHelper != 0) nativeOnStartDownload(mNativeContextMenuHelper, isLink);
131 private native void nativeOnStartDownload(long nativeContextMenuHelper, boolean isLink); argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DVisitedLinkState.cpp42 ASSERT(element.isLink());
67 if (element->isLink())
77 if (element->isLink() && linkHashForElement(*element) == linkHash)
84 ASSERT(element.isLink());
H A DVisitedLinkState.h54 if (element.isLink())
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp135 bool wasLink = isLink();
138 if (wasLink != isLink())
153 if (isLink()) {
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.cc60 while (!selectedNode.isLink() && !selectedNode.parentNode().isNull()) {
65 if (selectedNode.isLink() && !selectedElement.isNull()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp140 return isLink() || HTMLElement::supportsFocus();
147 if (isLink())
158 if (isLink()) {
199 if (isLink()) {
267 bool wasLink = isLink();
269 if (wasLink != isLink()) {
277 if (isLink()) {
309 if (!isLink())
393 return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);
492 return isLink() || HTMLElemen
[all...]
H A DHTMLViewSourceDocument.cpp158 bool isLink = name == srcAttr || name == hrefAttr; local
159 index = addRange(source, index, iter->valueRange.end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag, value);
252 int HTMLViewSourceDocument::addRange(const String& source, int start, int end, const String& className, bool isLink, bool isAnchor, const String& link) argument
260 if (isLink)
H A DHTMLViewSourceDocument.h61 int addRange(const String& source, int start, int end, const String& className, bool isLink = false, bool isAnchor = false, const String& link = String());
H A DHTMLAreaElement.cpp246 return isLink();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXImageMapLink.h60 virtual bool isLink() const { return true; } function in class:WebCore::AXImageMapLink
H A DAXNodeObject.h116 virtual bool isLink() const;
H A DAXNodeObject.cpp185 if (node()->isLink())
462 return !isNativeImage() && isLink();
520 bool AXNodeObject::isLink() const function in class:WebCore::AXNodeObject
1205 if (isHeading() || isLink())
1803 if (isHeading() || isLink() || isGenericFocusableElement())
H A DAXRenderObject.cpp278 if (node && node->isLink()) {
469 return object.isLink() || object.isImage() || object.renderer()->isText();
518 return m_renderer->style()->isLink() && m_renderer->style()->insideLink() == InsideVisitedLink;
654 if (isLink())
2201 if (isHTMLAreaElement(current) && current->isLink()) {
H A DAXObject.h325 virtual bool isLink() const { return false; } function in class:WebCore::AXObject
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNode.cpp141 bool WebNode::isLink() const function in class:blink::WebNode
143 return m_private->isLink();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp182 if (candidate.isLink() != element().isLink())
217 if (candidate.isLink() && m_context.elementLinkState() != style->insideLink())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorCheckerFastPath.cpp212 return m_element.isLink();
214 return m_element.isLink() && visitedMatchType == SelectorChecker::VisitedMatchEnabled;
H A DSelectorChecker.cpp230 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
693 return element.isLink();
696 return element.isLink() && context.visitedMatchType == VisitedMatchEnabled;
718 if (m_strictParsing || context.isSubSelector || (selector->m_match == CSSSelector::Tag && selector->tagQName() != anyQName() && !isHTMLAnchorElement(element)) || element.isLink()) {
732 if (m_strictParsing || context.isSubSelector || (selector->m_match == CSSSelector::Tag && selector->tagQName() != anyQName() && !isHTMLAnchorElement(element)) || element.isLink()) {
H A DElementRuleCollector.cpp173 if (element.isLink())
/external/chromium_org/third_party/WebKit/public/web/
H A DWebNode.h107 BLINK_EXPORT bool isLink() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp358 return m_innerURLElement->isLink();
376 return m_innerURLElement && m_innerURLElement->isLink();
H A DEllipsisBox.cpp112 if (!anchorBox || !anchorBox->renderer()->style()->isLink())
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc286 if (node.isLink())

Completed in 543 milliseconds

12