HomeSort by relevance Sort by last modified time
    Searched refs:WKBooleanRef (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/Shared/API/c/
WKNumber.h 37 WK_EXPORT WKBooleanRef WKBooleanCreate(bool value);
38 WK_EXPORT bool WKBooleanGetValue(WKBooleanRef booleanRef);
WKNumber.cpp 39 WKBooleanRef WKBooleanCreate(bool value)
45 bool WKBooleanGetValue(WKBooleanRef booleanRef)
WKBase.h 51 typedef const struct OpaqueWKBoolean* WKBooleanRef;
WKSharedAPICast.h 77 WK_ADD_API_MAPPING(WKBooleanRef, WebBoolean)
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
CanHandleRequest.cpp 44 canHandleRequest = WKBooleanGetValue(static_cast<WKBooleanRef>(body));
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.cpp 135 m_dumpPixels = WKBooleanGetValue(static_cast<WKBooleanRef>(messageBody));
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp 137 WKRetainPtr<WKBooleanRef> dumpPixels = adoptWK(WKBooleanCreate(m_dumpPixels));

Completed in 155 milliseconds