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

  /external/chromium_org/content/browser/webui/
url_data_manager.h 18 class URLDataSourceImpl;
41 void AddDataSource(URLDataSourceImpl* source);
48 // |URLDataManager|. Creates a URLDataSourceImpl to wrap the given
58 friend class URLDataSourceImpl;
60 typedef std::vector<const URLDataSourceImpl*> URLDataSources;
65 static void DeleteDataSource(const URLDataSourceImpl* data_source);
69 static bool IsScheduledForDeletion(const URLDataSourceImpl* data_source);
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>;
url_data_manager_backend.h 33 class URLDataSourceImpl;
55 void AddDataSource(URLDataSourceImpl* source);
67 scoped_refptr<URLDataSourceImpl> > DataSourceMap;
77 static void CallStartRequest(scoped_refptr<URLDataSourceImpl> source,
url_data_manager.cc 41 scoped_refptr<URLDataSourceImpl> data_source) {
59 void URLDataManager::AddDataSource(URLDataSourceImpl* source) {
83 void URLDataManager::DeleteDataSource(const URLDataSourceImpl* data_source) {
113 AddDataSource(new URLDataSourceImpl(source->GetSource(), source));
125 const URLDataSourceImpl* data_source) {
url_data_manager_backend.cc 343 void GetMimeTypeOnUI(URLDataSourceImpl* source,
435 URLDataSourceImpl* source_impl =
436 new URLDataSourceImpl(shared_source->GetSource(), shared_source);
461 URLDataSourceImpl* source) {
495 URLDataSourceImpl* source = i->second.get();
535 base::Bind(&URLDataSourceImpl::SendResponse, source, request_id));
544 scoped_refptr<URLDataSourceImpl>(source),
559 scoped_refptr<URLDataSourceImpl> source,
577 base::Bind(&URLDataSourceImpl::SendResponse, source, request_id));
web_ui_data_source_impl.h 26 : public NON_EXPORTED_BASE(URLDataSourceImpl),
web_ui_data_source_impl.cc 74 : URLDataSourceImpl(

Completed in 70 milliseconds