Home
last modified time | relevance | path

Searched refs:computedStyleIncludingVisitedInfo (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.h89 JSValueRef computedStyleIncludingVisitedInfo(JSObjectRef element);
DWebFrame.cpp599 JSValueRef WebFrame::computedStyleIncludingVisitedInfo(JSObjectRef element) in computedStyleIncludingVisitedInfo() function in WebKit::WebFrame
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h82 JSValueRef computedStyleIncludingVisitedInfo(JSValueRef element);
DLayoutTestController.cpp215 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSValueRef element) in computedStyleIncludingVisitedInfo() function in WTR::LayoutTestController
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.cpp139 return toImpl(frameRef)->computedStyleIncludingVisitedInfo(element); in WKBundleFrameGetComputedStyleIncludingVisitedInfo()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h155 static QVariantMap computedStyleIncludingVisitedInfo(const QWebElement& element); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp547 QVariantMap DumpRenderTreeSupportQt::computedStyleIncludingVisitedInfo(const QWebElement& element) in computedStyleIncludingVisitedInfo() function in DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp511 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef, JSValueRef) in computedStyleIncludingVisitedInfo() function in LayoutTestController
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl55 object computedStyleIncludingVisitedInfo(in object element);
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h245 QVariantMap computedStyleIncludingVisitedInfo(const QWebElement& element) const;
DLayoutTestControllerQt.cpp744 QVariantMap LayoutTestController::computedStyleIncludingVisitedInfo(const QWebElement& element) con… in computedStyleIncludingVisitedInfo() function in LayoutTestController
746 return DumpRenderTreeSupportQt::computedStyleIncludingVisitedInfo(element); in computedStyleIncludingVisitedInfo()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h69 JSValueRef computedStyleIncludingVisitedInfo(JSContextRef, JSValueRef);
DLayoutTestController.cpp693 return controller->computedStyleIncludingVisitedInfo(context, arguments[0]); in computedStyleIncludingVisitedInfoCallback()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp121 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef context, JSValueRef… in computedStyleIncludingVisitedInfo() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp176 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef context, JSValueRef… in computedStyleIncludingVisitedInfo() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm256 JSValueRef LayoutTestController::computedStyleIncludingVisitedInfo(JSContextRef context, JSValueRef… function
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-165774 [Qt] Return usable property names from DRT's computedStyleIncludingVisitedInfo()
5784 (DumpRenderTreeSupportQt::computedStyleIncludingVisitedInfo):
7946 [Qt] Add LayoutTestController interface: computedStyleIncludingVisitedInfo
7951 (DumpRenderTreeSupportQt::computedStyleIncludingVisitedInfo):
8745 [Qt] Add LayoutTestController interface: computedStyleIncludingVisitedInfo
8749 (DumpRenderTreeSupportQt::computedStyleIncludingVisitedInfo):
/external/webkit/Tools/
DChangeLog-2010-05-241212 [Qt] Add LayoutTestController interface: computedStyleIncludingVisitedInfo
1218 (LayoutTestController::computedStyleIncludingVisitedInfo):
5112 [Qt] Add LayoutTestController interface: computedStyleIncludingVisitedInfo
5116 (LayoutTestController::computedStyleIncludingVisitedInfo):
7306 (LayoutTestController::computedStyleIncludingVisitedInfo):
7386 (LayoutTestController::computedStyleIncludingVisitedInfo):
7388 (LayoutTestController::computedStyleIncludingVisitedInfo):
7453 (LayoutTestController::computedStyleIncludingVisitedInfo):
DChangeLog-2011-02-1626712 Added keepWebHistory and computedStyleIncludingVisitedInfo.
26723 Added keepWebHistory and computedStyleIncludingVisitedInfo. Also
26754 (WTR::LayoutTestController::computedStyleIncludingVisitedInfo): Added.
/external/webkit/Source/WebKit/mac/
DChangeLog5018 methods, similarly to computedStyleIncludingVisitedInfo.
5027 … Document class not exposed to JavaScript. It works similarly to computedStyleIncludingVisitedInfo.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1637924 (WebKit::WebFrame::computedStyleIncludingVisitedInfo):
38221 (WebKit::WebFrame::computedStyleIncludingVisitedInfo): Added.