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

1 2

  /external/webkit/WebCore/wml/
WMLAElement.cpp 57 bool wasLink = isLink();
59 if (wasLink != isLink())
61 if (isLink() && document()->isDNSPrefetchEnabled()) {
76 return isLink() || WMLElement::supportsFocus();
117 if (isLink() && (event->type() == eventNames().clickEvent || (event->type() == eventNames().keydownEvent && focused()))) {
  /external/webkit/WebCore/page/
MouseEventWithHitTestResults.cpp 63 return m_hitTestResult.URLElement() && m_hitTestResult.URLElement()->isLink();
EventHandler.cpp     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityImageMapLink.h 62 virtual bool isLink() const { return true; }
AccessibilityRenderObject.h 70 virtual bool isLink() const;
AccessibilityRenderObject.cpp 214 return !isNativeImage() && isLink();
487 bool AccessibilityRenderObject::isLink() const
1097 if (isLink())
    [all...]
AccessibilityObject.h 259 virtual bool isLink() const { return false; }
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 75 return isLink() || HTMLElement::supportsFocus();
82 if (isLink())
93 if (!isLink())
130 if (isLink() && (evt->type() == eventNames().clickEvent || (evt->type() == eventNames().keydownEvent && focused()))) {
219 } else if (isLink() && isContentEditable()) {
274 bool wasLink = isLink();
276 if (wasLink != isLink())
278 if (isLink()) {
312 if (!isLink())
533 if (!isLink())
    [all...]
HTMLAreaElement.cpp 231 return isLink();
  /external/webkit/WebCore/svg/
SVGAElement.cpp 90 bool wasLink = isLink();
93 if (wasLink != isLink())
127 if (isLink() && (evt->type() == eventNames().clickEvent || (evt->type() == eventNames().keydownEvent && focused()))) {
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 458 bool isLink = hit.isLiveLink();
459 if (isLink) {
468 } else if (!isLink && !m_hoveredLinkURL.isEmpty()) {
  /external/webkit/WebCore/rendering/
HitTestResult.cpp 322 return m_innerURLElement->isLink();
326 return m_innerURLElement->isLink();
RenderFlexibleBox.cpp 733 if (anchorBox && anchorBox->renderer()->node() && anchorBox->renderer()->node()->isLink())
    [all...]
RenderObject.cpp     [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 140 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
167 if (isLink)
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 118 static String filesystemPathFromUrlOrTitle(const String& url, const String& title, TCHAR* extension, bool isLink)
142 if (kurl.isLocalFile() || (!isLink && !lastComponent.isEmpty())) {
156 if (!isLink && usedURL) {
  /external/webkit/WebCore/dom/
Node.h 282 bool isLink() const { return m_isLink; }
Node.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 198 if (node && node->isLink()) {
202 // This cast must be valid because of the isLink() check.
  /external/webkit/WebCore/editing/
htmlediting.cpp 449 if (n->isLink())
729 while (node && !(node->isElementNode() && node->isLink()))
    [all...]
CompositeEditCommand.cpp 709 ASSERT(anchorNode->isLink());
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 846 if (!node->isLink())
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 1549 milliseconds

1 2