Home
last modified time | relevance | path

Searched refs:OnUnpackFinished (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
Djson_asynchronous_unpacker.h19 virtual void OnUnpackFinished(const DictionaryValue& parsed_json) = 0;
Dweb_resource_service.h49 virtual void OnUnpackFinished(const DictionaryValue& parsed_json) OVERRIDE;
Djson_asynchronous_unpacker.cc71 delegate_->OnUnpackFinished(parsed_json); in OnUnpackWebResourceSucceeded()
Dweb_resource_service.cc47 void WebResourceService::OnUnpackFinished(const DictionaryValue& parsed_json) { in OnUnpackFinished() function in WebResourceService