Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp43 static bool asBool(const bool* const b) in asBool() function
75 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) in evaluate()
77 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) in evaluate()
80 … expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue)… in evaluate()
82 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) { in evaluate()
100 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) in callFunctionOn()
102 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) in callFunctionOn()
105 ….callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(genera… in callFunctionOn()
107 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) { in callFunctionOn()
DTraceEventDispatcher.h90 bool asBool(const char* name) const in asBool() function
/external/chromium_org/third_party/libjingle/source/talk/base/
Djson.cc40 s << std::boolalpha << in.asBool(); in GetStringFromJson()
102 *out = in.asBool(); in GetBoolFromJson()
Djson_unittest.cc269 EXPECT_EQ(in[i], out[i].asBool()); in TEST()
/external/skia/gm/
Dgm_expectations.cpp163 fIgnoreFailure = ignoreFailure.asBool(); in Expectations()
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
Dvalue.h278 bool asBool() const;
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_value.cpp912 Value::asBool() const in asBool() function in Json::Value