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

  /external/chromium_org/content/browser/webui/
web_ui_data_source_impl.h 65 class InternalDataSource;
66 friend class InternalDataSource;
73 // InternalDataSource.
web_ui_data_source_impl.cc 57 class WebUIDataSourceImpl::InternalDataSource : public URLDataSource {
59 InternalDataSource(WebUIDataSourceImpl* parent) : parent_(parent) {
62 virtual ~InternalDataSource() {
110 new InternalDataSource(this)),

Completed in 43 milliseconds