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

  /external/chromium_org/chrome/browser/web_resource/
json_asynchronous_unpacker.h 12 // A delegate interface for users of JSONAsynchronousUnpacker.
28 class JSONAsynchronousUnpacker {
33 static JSONAsynchronousUnpacker*
36 virtual ~JSONAsynchronousUnpacker() {}
48 explicit JSONAsynchronousUnpacker(JSONAsynchronousUnpackerDelegate* delegate)
json_asynchronous_unpacker.cc 24 public JSONAsynchronousUnpacker {
28 : JSONAsynchronousUnpacker(delegate),
103 JSONAsynchronousUnpacker* JSONAsynchronousUnpacker::Create(
web_resource_service.h 88 JSONAsynchronousUnpacker* json_unpacker_;
web_resource_service.cc 148 json_unpacker_ = JSONAsynchronousUnpacker::Create(this);

Completed in 179 milliseconds