HomeSort by relevance Sort by last modified time
    Searched defs:jsonObject (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseResource.cpp 57 RefPtr<TypeBuilder::Database::Database> jsonObject = TypeBuilder::Database::Database::create()
62 frontend->addDatabase(jsonObject);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptValue.cpp 100 RefPtr<JSONObject> jsonObject = JSONObject::create();
113 jsonObject->setValue(nameString, propertyValue);
115 return jsonObject;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 47 import org.json.JSONObject;
217 public Attachment(JSONObject srcJson) {
350 public JSONObject toJSON() throws JSONException {
351 final JSONObject result = new JSONObject();
374 final JSONObject jsonObject = toJSON();
376 jsonObject.put("partId", partId);
380 jsonObject.put(AttachmentColumns.PROVIDER_DATA, new JSONObject(providerData))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 728 PassRefPtr<JSONObject> jsonObjectForStyleInvalidation(unsigned nodeCount, const Node* rootNode)
730 RefPtr<JSONObject> jsonObject = JSONObject::create();
731 jsonObject->setNumber("node_count", nodeCount);
732 jsonObject->setString("root_node", rootNode->debugName());
733 jsonObject->setArray("js_stack", jsStackAsJSONArray());
734 return jsonObject.release();
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 83 milliseconds