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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
JSONValues.h 155 class JSONObjectBase : public JSONValue {
167 ~JSONObjectBase();
205 JSONObjectBase();
212 class JSONObject : public JSONObjectBase {
219 using JSONObjectBase::asObject;
221 using JSONObjectBase::setBoolean;
222 using JSONObjectBase::setNumber;
223 using JSONObjectBase::setString;
224 using JSONObjectBase::setValue;
225 using JSONObjectBase::setObject
    [all...]
JSONValues.cpp 251 JSONObjectBase::~JSONObjectBase()
255 bool JSONObjectBase::asObject(RefPtr<JSONObject>* output)
257 COMPILE_ASSERT(sizeof(JSONObject) == sizeof(JSONObjectBase), cannot_cast);
262 PassRefPtr<JSONObject> JSONObjectBase::asObject()
267 JSONObject* JSONObjectBase::openAccessors()
269 COMPILE_ASSERT(sizeof(JSONObject) == sizeof(JSONObjectBase), cannot_cast);
273 bool JSONObjectBase::getBoolean(const String& name, bool* output) const
281 bool JSONObjectBase::getString(const String& name, String* output) const
289 PassRefPtr<JSONObject> JSONObjectBase::getObject(const String& name) cons
    [all...]

Completed in 79 milliseconds