Home
last modified time | relevance | path

Searched refs:WKBundleCSSStyleDeclarationRef (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h133 …static bool shouldApplyStyle(WKBundlePageRef, WKBundleCSSStyleDeclarationRef style, WKBundleRangeH…
144 bool shouldApplyStyle(WKBundleCSSStyleDeclarationRef style, WKBundleRangeHandleRef range);
DInjectedBundlePage.cpp138 static ostream& operator<<(ostream& out, WKBundleCSSStyleDeclarationRef style) in operator <<()
860 bool InjectedBundlePage::shouldApplyStyle(WKBundlePageRef page, WKBundleCSSStyleDeclarationRef styl… in shouldApplyStyle()
966 bool InjectedBundlePage::shouldApplyStyle(WKBundleCSSStyleDeclarationRef style, WKBundleRangeHandle… in shouldApplyStyle()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleAPICast.h60 WK_ADD_API_MAPPING(WKBundleCSSStyleDeclarationRef, WebCore::CSSStyleDeclaration) in WK_ADD_API_MAPPING()
DWKBundlePage.h202 typedef bool (*WKBundlePageShouldApplyStyle)(WKBundlePageRef page, WKBundleCSSStyleDeclarationRef s…
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h105 typedef const struct OpaqueWKBundleDOMCSSStyleDeclaration* WKBundleCSSStyleDeclarationRef; typedef