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 20 IframeSource::IframeSource() {
23 IframeSource::~IframeSource() {
26 std::string IframeSource::GetMimeType(
40 bool IframeSource::ShouldServiceRequest(
49 bool IframeSource::ShouldDenyXFrameOptions() const {
53 bool IframeSource::GetOrigin(
71 void IframeSource::SendResource(
79 void IframeSource::SendJSWithOrigin
    [all...]

Completed in 27 milliseconds