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

  /external/chromium_org/chrome/browser/search/
iframe_source.h 13 class IframeSource : public content::URLDataSource {
15 IframeSource();
16 virtual ~IframeSource();
50 DISALLOW_COPY_AND_ASSIGN(IframeSource);
iframe_source.cc 19 IframeSource::IframeSource() {
22 IframeSource::~IframeSource() {
25 std::string IframeSource::GetMimeType(
39 bool IframeSource::ShouldServiceRequest(
48 bool IframeSource::ShouldDenyXFrameOptions() const {
52 bool IframeSource::GetOrigin(
70 void IframeSource::SendResource(
78 void IframeSource::SendJSWithOrigin
    [all...]

Completed in 26 milliseconds