OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKBooleanGetValue
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKNumber.h
38
WK_EXPORT bool
WKBooleanGetValue
(WKBooleanRef booleanRef);
WKNumber.cpp
45
bool
WKBooleanGetValue
(WKBooleanRef booleanRef)
/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));
Completed in 191 milliseconds