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

12

/external/webkit/Source/WebCore/page/
H A DMouseEventWithHitTestResults.cpp48 return m_hitTestResult.URLElement() && m_hitTestResult.URLElement()->isLink();
/external/webkit/Source/WebCore/wml/
H A DWMLAElement.cpp64 bool wasLink = isLink();
66 if (wasLink != isLink())
68 if (isLink() && document()->isDNSPrefetchEnabled()) {
83 return isLink() || WMLElement::supportsFocus();
124 if (isLink()) {
/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp78 return isLink() || HTMLElement::supportsFocus();
85 if (isLink())
96 if (!isLink())
142 if (isLink()) {
210 bool wasLink = isLink();
212 if (wasLink != isLink())
214 if (isLink()) {
248 if (!isLink())
485 return isLink() && treatLinkAsLiveForEventType(m_wasShiftKeyDownOnMouseDown ? MouseEventWithShiftKey : MouseEventWithoutShiftKey);
H A DHTMLViewSourceDocument.h60 int addRange(const String& source, int start, int end, const String& className, bool isLink = false, bool isAnchor = false);
H A DHTMLViewSourceDocument.cpp163 bool isLink = name == srcAttr || name == hrefAttr; local
164 index = addRange(source, index, iter->m_valueRange.m_end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag);
267 int HTMLViewSourceDocument::addRange(const String& source, int start, int end, const String& className, bool isLink, bool isAnchor) argument
275 if (isLink)
H A DHTMLAreaElement.cpp234 return isLink();
/external/webkit/Source/WebCore/svg/
H A DSVGAElement.cpp100 bool wasLink = isLink();
103 if (wasLink != isLink())
155 if (isLink()) {
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragClientWin.cpp62 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink) argument
86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityImageMapLink.h63 virtual bool isLink() const { return true; } function in class:WebCore::AccessibilityImageMapLink
H A DAccessibilityRenderObject.cpp462 return !isNativeImage() && isLink();
728 bool AccessibilityRenderObject::isLink() const function in class:WebCore::AccessibilityRenderObject
1326 || isLink())
1828 if (isLink())
2080 return m_renderer->style()->isLink() && m_renderer->style()->insideLink() == InsideVisitedLink;
2367 if (!axobj->accessibilityIsIgnored() && axobj->isLink())
3031 if (node && node->isLink()) {
3415 if (current->hasTagName(areaTag) && current->isLink()) {
3630 return object.isLink() || object.isImage() || object.renderer()->isText();
H A DAccessibilityRenderObject.h70 virtual bool isLink() const;
H A DAccessibilityObject.h277 virtual bool isLink() const { return false; } function in class:WebCore::AccessibilityObject
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectAtk.cpp105 if (isTextControl() || isWebArea() || isGroup() || isLink() || isHeading() || isListItem())
H A DAccessibilityObjectWrapperAtk.cpp1243 if (!objectAndOffsetUnignored(focusedObject, offset, !coreObject->isLink()))
2477 if (coreObject->isLink() || (renderer && renderer->isReplaced()))
2622 if (ignoreLinks && realObject->isLink())
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp111 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink) argument
138 if (isLink)
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp357 bool isLink = hit.isLiveLink(); local
358 if (isLink) {
370 } else if (!isLink && !m_hoveredLinkURL.isEmpty()) {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp546 bool isLink = hit.isLiveLink(); local
547 if (isLink) {
556 } else if (!isLink && !m_hoveredLinkURL.isEmpty()) {
/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.cpp491 return m_innerURLElement->isLink();
495 return m_innerURLElement->isLink();
H A DRenderFlexibleBox.cpp916 if (anchorBox && anchorBox->renderer()->style()->isLink())
H A DRenderObject.cpp1025 if (!n || !n->isLink() || !n->isElementNode())
2011 return node() && node()->isLink() && document()->printing();
/external/webkit/Source/WebCore/platform/win/
H A DClipboardWin.cpp118 static String filesystemPathFromUrlOrTitle(const String& url, const String& title, const UChar* extension, bool isLink) argument
146 if (kurl.isLocalFile() || (!isLink && !lastComponent.isEmpty())) {
160 if (!isLink && usedURL) {
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp804 if (!element || !element->isLink())
850 if (!node->isLink())
890 ASSERT(element->isLink());
1012 if (element->isLink() != m_element->isLink())
1104 if (element->isLink() && m_elementLinkState != style->insideLink())
1269 if (!matchVisitedPseudoClass && m_parentStyle && (m_parentStyle->insideLink() || e->isLink()) && e->document()->usesLinkRules()) {
1272 if (!e->isLink()) {
1294 if (e->isLink()) {
2220 if (currentStyle && currentStyle->insideLink() && e->isLink()) {
[all...]
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp413 if (n->isLink())
665 while (node && !(node->isElementNode() && node->isLink()))
/external/webkit/Source/WebCore/dom/
H A DNode.h298 bool isLink() const { return getFlag(IsLinkFlag); } function in class:WebCore::Node
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp250 if (node && node->isLink()) {
254 // This cast must be valid because of the isLink() check.

Completed in 3917 milliseconds

12