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

  /external/chromium_org/chrome/browser/search/
local_ntp_source.h 16 class LocalNtpSource : public content::URLDataSource {
18 explicit LocalNtpSource(Profile* profile);
21 virtual ~LocalNtpSource();
43 DISALLOW_COPY_AND_ASSIGN(LocalNtpSource);
local_ntp_source.cc 170 LocalNtpSource::LocalNtpSource(Profile* profile) : profile_(profile) {
173 LocalNtpSource::~LocalNtpSource() {
176 std::string LocalNtpSource::GetSource() const {
180 void LocalNtpSource::StartDataRequest(
215 std::string LocalNtpSource::GetMimeType(
225 bool LocalNtpSource::ShouldServiceRequest(
242 std::string LocalNtpSource::GetContentSecurityPolicyFrameSrc() const {
248 void LocalNtpSource::SendResourceWithClass
    [all...]

Completed in 42 milliseconds