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

  /external/chromium_org/content/public/browser/
url_data_source.h 48 typedef base::Callback<void(base::RefCountedMemory*)> GotDataCallback;
57 const GotDataCallback& callback) = 0;
web_ui_data_source.h 69 // Used as a parameter to GotDataCallback. The caller has to run this callback
72 typedef base::Callback<void(base::RefCountedMemory*)> GotDataCallback;
76 // true is returned and the GotDataCallback parameter is called either then or
78 typedef base::Callback<bool(const std::string&, const GotDataCallback&)>

Completed in 587 milliseconds