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

  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 26 std::vector<BrowsingHistoryHandler::HistoryEntry>* results) {
28 BrowsingHistoryHandler::HistoryEntry entry;
40 const BrowsingHistoryHandler::HistoryEntry& result,
61 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
63 BrowsingHistoryHandler::MergeDuplicateResults(&results);
77 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
79 BrowsingHistoryHandler::MergeDuplicateResults(&results);
101 std::vector<BrowsingHistoryHandler::HistoryEntry> results;
103 BrowsingHistoryHandler::MergeDuplicateResults(&results);
120 std::vector<BrowsingHistoryHandler::HistoryEntry> results
    [all...]
history_ui.cc 234 bool IsLocalOnlyResult(const BrowsingHistoryHandler::HistoryEntry& entry) {
235 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
272 // BrowsingHistoryHandler
276 BrowsingHistoryHandler::HistoryEntry::HistoryEntry(
277 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
292 BrowsingHistoryHandler::HistoryEntry::HistoryEntry()
296 BrowsingHistoryHandler::HistoryEntry::~HistoryEntry() {
299 void BrowsingHistoryHandler::HistoryEntry::SetUrlAndTitle(
323 scoped_ptr<DictionaryValue> BrowsingHistoryHandler::HistoryEntry::ToValue(
385 bool BrowsingHistoryHandler::HistoryEntry::SortByTimeDescending
    [all...]
history_ui.h 24 class BrowsingHistoryHandler : public content::WebUIMessageHandler,
86 BrowsingHistoryHandler();
87 virtual ~BrowsingHistoryHandler();
113 std::vector<BrowsingHistoryHandler::HistoryEntry>* results);
195 base::OneShotTimer<BrowsingHistoryHandler> web_history_timer_;
197 DISALLOW_COPY_AND_ASSIGN(BrowsingHistoryHandler);
  /external/chromium/chrome/browser/ui/webui/
history_ui.cc 120 BrowsingHistoryHandler::BrowsingHistoryHandler()
124 BrowsingHistoryHandler::~BrowsingHistoryHandler() {
129 WebUIMessageHandler* BrowsingHistoryHandler::Attach(WebUI* web_ui) {
138 void BrowsingHistoryHandler::RegisterMessages() {
140 NewCallback(this, &BrowsingHistoryHandler::HandleGetHistory));
142 NewCallback(this, &BrowsingHistoryHandler::HandleSearchHistory));
144 NewCallback(this, &BrowsingHistoryHandler::HandleRemoveURLsOnOneDay));
146 NewCallback(this, &BrowsingHistoryHandler::HandleClearBrowsingData))
    [all...]
history_ui.h 37 class BrowsingHistoryHandler : public WebUIMessageHandler {
39 BrowsingHistoryHandler();
40 virtual ~BrowsingHistoryHandler();
83 DISALLOW_COPY_AND_ASSIGN(BrowsingHistoryHandler);
  /external/chromium_org/chrome/browser/resources/history/
history.js 113 // See comment in BrowsingHistoryHandler::QueryComplete - we won't always
    [all...]

Completed in 2214 milliseconds