Home
last modified time | relevance | path

Searched refs:WKBooleanRef (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKNumber.h37 WK_EXPORT WKBooleanRef WKBooleanCreate(bool value);
38 WK_EXPORT bool WKBooleanGetValue(WKBooleanRef booleanRef);
DWKNumber.cpp39 WKBooleanRef WKBooleanCreate(bool value) in WKBooleanCreate()
45 bool WKBooleanGetValue(WKBooleanRef booleanRef) in WKBooleanGetValue()
DWKBase.h51 typedef const struct OpaqueWKBoolean* WKBooleanRef; typedef
DWKSharedAPICast.h77 WK_ADD_API_MAPPING(WKBooleanRef, WebBoolean) in WK_ADD_API_MAPPING()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DCanHandleRequest.cpp44 canHandleRequest = WKBooleanGetValue(static_cast<WKBooleanRef>(body)); in didReceiveMessageFromInjectedBundle()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundle.cpp135 m_dumpPixels = WKBooleanGetValue(static_cast<WKBooleanRef>(messageBody)); in didReceiveMessage()
/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp137 WKRetainPtr<WKBooleanRef> dumpPixels = adoptWK(WKBooleanCreate(m_dumpPixels)); in invoke()