OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKBundleCSSStyleDeclarationRef
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h
105
typedef const struct OpaqueWKBundleDOMCSSStyleDeclaration*
WKBundleCSSStyleDeclarationRef
;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleAPICast.h
60
WK_ADD_API_MAPPING(
WKBundleCSSStyleDeclarationRef
, WebCore::CSSStyleDeclaration)
WKBundlePage.h
202
typedef bool (*WKBundlePageShouldApplyStyle)(WKBundlePageRef page,
WKBundleCSSStyleDeclarationRef
style, WKBundleRangeHandleRef range, const void* clientInfo);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h
133
static bool shouldApplyStyle(WKBundlePageRef,
WKBundleCSSStyleDeclarationRef
style, WKBundleRangeHandleRef range, const void* clientInfo);
144
bool shouldApplyStyle(
WKBundleCSSStyleDeclarationRef
style, WKBundleRangeHandleRef range);
InjectedBundlePage.cpp
138
static ostream& operator<<(ostream& out,
WKBundleCSSStyleDeclarationRef
style)
[
all
...]
Completed in 779 milliseconds