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

  /external/chromium/chrome/browser/ui/webui/
textfields_ui.h 22 class TextfieldsUIHTMLSource : public ChromeURLDataManager::DataSource {
24 TextfieldsUIHTMLSource();
34 virtual ~TextfieldsUIHTMLSource();
36 DISALLOW_COPY_AND_ASSIGN(TextfieldsUIHTMLSource);
textfields_ui.cc 22 * TextfieldsUIHTMLSource implementation.
24 TextfieldsUIHTMLSource::TextfieldsUIHTMLSource()
28 void TextfieldsUIHTMLSource::StartDataRequest(const std::string& path,
41 std::string TextfieldsUIHTMLSource::GetMimeType(
46 TextfieldsUIHTMLSource::~TextfieldsUIHTMLSource() {}
71 TextfieldsUIHTMLSource* html_source = new TextfieldsUIHTMLSource();

Completed in 26 milliseconds