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

/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc57 class WebUIDataSourceImpl::InternalDataSource : public URLDataSource { class in class:content::WebUIDataSourceImpl
59 InternalDataSource(WebUIDataSourceImpl* parent) : parent_(parent) { function in class:content::WebUIDataSourceImpl::InternalDataSource
62 virtual ~InternalDataSource() {
110 new InternalDataSource(this)),

Completed in 75 milliseconds