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

  /external/chromium_org/content/browser/webui/
url_data_source_impl.cc 16 URLDataSourceImpl::URLDataSourceImpl(const std::string& source_name,
23 URLDataSourceImpl::~URLDataSourceImpl() {
26 void URLDataSourceImpl::SendResponse(
47 base::Bind(&URLDataSourceImpl::SendResponseOnIOThread, this, request_id,
51 void URLDataSourceImpl::SendResponseOnIOThread(
url_data_source_impl.h 21 class URLDataSourceImpl;
38 static void Destruct(const URLDataSourceImpl* data_source) {
48 class URLDataSourceImpl : public base::RefCountedThreadSafe<
49 URLDataSourceImpl, DeleteURLDataSource> {
53 URLDataSourceImpl(const std::string& source_name,
65 virtual ~URLDataSourceImpl();
70 friend class base::DeleteHelper<URLDataSourceImpl>;

Completed in 355 milliseconds