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

/external/chromium_org/chrome/browser/search/
H A Diframe_source.h13 class IframeSource : public content::URLDataSource { class in inherits:content::URLDataSource
15 IframeSource();
16 virtual ~IframeSource();
50 DISALLOW_COPY_AND_ASSIGN(IframeSource);
H A Diframe_source.cc19 IframeSource::IframeSource() { function in class:IframeSource
22 IframeSource::~IframeSource() {
25 std::string IframeSource::GetMimeType(
39 bool IframeSource::ShouldServiceRequest(
48 bool IframeSource::ShouldDenyXFrameOptions() const {
52 bool IframeSource::GetOrigin(
73 void IframeSource::SendResource(
81 void IframeSource
[all...]

Completed in 1245 milliseconds