Searched defs:asObject (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DJSONValues.cpp132 bool JSONValue::asObject(RefPtr<JSONObject>*) function in class:blink::JSONValue
142 PassRefPtr<JSONObject> JSONValue::asObject() function in class:blink::JSONValue
266 bool JSONObjectBase::asObject(RefPtr<JSONObject>* output) function in class:blink::JSONObjectBase
273 PassRefPtr<JSONObject> JSONObjectBase::asObject() function in class:blink::JSONObjectBase
351 return value->asObject();

Completed in 73 milliseconds