Searched refs:HTMLOperationsInterface (Results 1 – 5 of 5) sorted by relevance
24 class HTMLOperationsInterface {26 HTMLOperationsInterface() {} in HTMLOperationsInterface() function27 virtual ~HTMLOperationsInterface() {} in ~HTMLOperationsInterface()35 DISALLOW_COPY_AND_ASSIGN(HTMLOperationsInterface);
18 base::StringPiece HTMLOperationsInterface::GetLoginHTML() { in GetLoginHTML()25 std::string HTMLOperationsInterface::GetFullHTML( in GetFullHTML()33 RefCountedBytes* HTMLOperationsInterface::CreateHTMLBytes( in CreateHTMLBytes()
19 class HTMLOperationsInterface; variable33 scoped_ptr<HTMLOperationsInterface> html_operations_;
41 : public chromeos::HTMLOperationsInterface {
33 html_operations_(new HTMLOperationsInterface()) { in LoginUIHTMLSource()