Searched defs:BrowsingHistoryHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h26 class BrowsingHistoryHandler : public content::WebUIMessageHandler, class in inherits:content::WebUIMessageHandler,content::NotificationObserver
91 BrowsingHistoryHandler();
92 virtual ~BrowsingHistoryHandler();
118 std::vector<BrowsingHistoryHandler::HistoryEntry>* results);
201 base::OneShotTimer<BrowsingHistoryHandler> web_history_timer_;
203 base::WeakPtrFactory<BrowsingHistoryHandler> weak_factory_;
205 DISALLOW_COPY_AND_ASSIGN(BrowsingHistoryHandler);
H A Dhistory_ui.cc226 bool IsLocalOnlyResult(const BrowsingHistoryHandler::HistoryEntry& entry) {
227 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
266 // BrowsingHistoryHandler
270 BrowsingHistoryHandler::HistoryEntry::HistoryEntry(
271 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
288 BrowsingHistoryHandler::HistoryEntry::HistoryEntry()
292 BrowsingHistoryHandler::HistoryEntry::~HistoryEntry() {
295 void BrowsingHistoryHandler::HistoryEntry::SetUrlAndTitle(
319 scoped_ptr<base::DictionaryValue> BrowsingHistoryHandler::HistoryEntry::ToValue(
393 bool BrowsingHistoryHandler
399 BrowsingHistoryHandler::BrowsingHistoryHandler() function in class:BrowsingHistoryHandler
[all...]

Completed in 1289 milliseconds