Searched defs:asBool (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
H A D | InspectorRuntimeAgent.cpp | 43 static bool asBool(const bool* const b) function in namespace:WebCore 75 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) 77 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) 80 injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown); 82 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) { 100 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) 102 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) 105 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValu [all...] |
H A D | TimelineTraceEventProcessor.h | 170 bool asBool(const char* name) const function in class:WebCore::TimelineTraceEventProcessor::TraceEvent
|
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
H A D | json_value.cpp | 906 Value::asBool() const function in class:Json::Value
|
Completed in 109 milliseconds