LoadURLImpl        61 components/dom_distiller/content/distiller_page_web_contents.h   virtual void LoadURLImpl(const GURL& gurl) OVERRIDE;
LoadURLImpl        34 components/dom_distiller/core/distiller_page.cc   LoadURLImpl(gurl);
LoadURLImpl        79 components/dom_distiller/core/distiller_page.h   virtual void LoadURLImpl(const GURL& gurl) = 0;
LoadURLImpl       237 components/dom_distiller/core/distiller_unittest.cc   MOCK_METHOD1(LoadURLImpl, void(const GURL& gurl));
LoadURLImpl       292 components/dom_distiller/core/distiller_unittest.cc   EXPECT_CALL(*distiller_page, LoadURLImpl(kurl))
LoadURLImpl       307 components/dom_distiller/core/distiller_unittest.cc   EXPECT_CALL(*distiller_page, LoadURLImpl(kurl))
LoadURLImpl       327 components/dom_distiller/core/distiller_unittest.cc       EXPECT_CALL(*distiller_page, LoadURLImpl(url))