OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/history/
history_querying_unittest.cc
79
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_
->SetOnBackendDestroyTask(new MessageLoop::QuitTask)
[
all
...]
/external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc
98
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_
,
import_progress_dialog_gtk.h
71
GtkWidget*
history_
;
member in class:ImportProgressDialogGtk
Completed in 254 milliseconds