Searched defs:URLDataSourceImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/webui/
H A Durl_data_source_impl.cc16 URLDataSourceImpl::URLDataSourceImpl(const std::string& source_name, function in class:content::URLDataSourceImpl
23 URLDataSourceImpl::~URLDataSourceImpl() {
26 void URLDataSourceImpl::SendResponse(
47 base::Bind(&URLDataSourceImpl::SendResponseOnIOThread, this, request_id,
51 void URLDataSourceImpl::SendResponseOnIOThread(
H A Durl_data_source_impl.h21 class URLDataSourceImpl;
38 static void Destruct(const URLDataSourceImpl* data_source) {
48 class URLDataSourceImpl : public base::RefCountedThreadSafe< class in namespace:content
49 URLDataSourceImpl, DeleteURLDataSource> {
53 URLDataSourceImpl(const std::string& source_name,
65 virtual ~URLDataSourceImpl();
70 friend class base::DeleteHelper<URLDataSourceImpl>;

Completed in 258 milliseconds