Home | History | Annotate | Download | only in common

Lines Matching refs:JSONResponseFetcher

19 JSONResponseFetcher::JSONResponseFetcher(
28 JSONResponseFetcher::~JSONResponseFetcher() {}
30 void JSONResponseFetcher::Start(const GURL& query_url) {
43 void JSONResponseFetcher::Stop() {
48 void JSONResponseFetcher::OnJsonParseSuccess(
59 void JSONResponseFetcher::OnJsonParseError(const std::string& error) {
63 void JSONResponseFetcher::OnURLFetchComplete(
81 &JSONResponseFetcher::OnJsonParseSuccess,
84 &JSONResponseFetcher::OnJsonParseError,