OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalNtpSource
(Results
1 - 3
of
3
) 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
();
37
DISALLOW_COPY_AND_ASSIGN(
LocalNtpSource
);
local_ntp_source.cc
124
LocalNtpSource
::
LocalNtpSource
(Profile* profile) : profile_(profile) {
127
LocalNtpSource
::~
LocalNtpSource
() {
130
std::string
LocalNtpSource
::GetSource() const {
134
void
LocalNtpSource
::StartDataRequest(
157
std::string
LocalNtpSource
::GetMimeType(
167
bool
LocalNtpSource
::ShouldServiceRequest(
184
std::string
LocalNtpSource
::GetContentSecurityPolicyFrameSrc() const {
instant_service.cc
116
content::URLDataSource::Add(profile_, new
LocalNtpSource
(profile_));
Completed in 159 milliseconds