Searched defs:history_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.h71 GtkWidget* history_; member in class:ImportProgressDialogGtk
H A Dimport_progress_dialog_gtk.cc98 history_ = gtk_label_new(
100 gtk_misc_set_alignment(GTK_MISC(history_), 0, 0.5);
101 gtk_box_pack_start(GTK_BOX(item_box), history_, FALSE, FALSE, 0); local
178 SetItemImportStatus(history_,
202 SetItemImportStatus(history_,
/external/chromium/chrome/browser/history/
H A Dhistory_querying_unittest.cc79 history_->QueryHistory(UTF8ToUTF16(text_query), options, &consumer_,
86 scoped_refptr<HistoryService> history_; member in class:history::HistoryQueryTest
94 history_ = new HistoryService;
95 if (!history_->Init(history_dir_, NULL)) {
96 history_ = NULL; // Tests should notice this NULL ptr & fail.
111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(),
114 history_->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title));
115 history_->SetPageContents(url, UTF8ToUTF16(test_entries[i].body));
120 if (history_.get()) {
121 history_
[all...]

Completed in 95 milliseconds