OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryUIHTMLSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
history_ui.h
19
class
HistoryUIHTMLSource
: public ChromeURLDataManager::DataSource {
21
HistoryUIHTMLSource
();
31
~
HistoryUIHTMLSource
() {}
33
DISALLOW_COPY_AND_ASSIGN(
HistoryUIHTMLSource
);
history_ui.cc
53
HistoryUIHTMLSource
::
HistoryUIHTMLSource
()
57
void
HistoryUIHTMLSource
::StartDataRequest(const std::string& path,
111
std::string
HistoryUIHTMLSource
::GetMimeType(const std::string&) const {
369
HistoryUIHTMLSource
* html_source = new
HistoryUIHTMLSource
();
Completed in 209 milliseconds