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

/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc29 class WebUIDataSourceImpl::InternalDataSource : public URLDataSource { class in class:content::WebUIDataSourceImpl
31 InternalDataSource(WebUIDataSourceImpl* parent) : parent_(parent) { function in class:content::WebUIDataSourceImpl::InternalDataSource
34 virtual ~InternalDataSource() {
76 new InternalDataSource(this)),

Completed in 53 milliseconds