OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HISTORY
(Results
1 - 25
of
25
) sorted by null
/external/chromium/chrome/browser/importer/
importer_data_types.h
22
HISTORY
= 1 << 0,
importer_list.cc
32
ie->services_supported = importer::
HISTORY
| importer::FAVORITES |
87
firefox->services_supported = importer::
HISTORY
| importer::FAVORITES |
firefox2_importer.cc
20
#include "chrome/browser/
history
/history_types.h"
65
// Note
history
should be imported before bookmarks because bookmark import
67
// exist in
history
or bookmarks.
68
if ((items & importer::
HISTORY
) && !cancelled()) {
69
bridge_->NotifyItemStarted(importer::
HISTORY
);
71
bridge_->NotifyItemEnded(importer::
HISTORY
);
156
std::vector<
history
::ImportedFaviconUsage>* favicons) {
304
std::vector<
history
::ImportedFaviconUsage> favicons;
364
FilePath file = source_path_.AppendASCII("
history
.dat");
655
std::vector<
history
::ImportedFaviconUsage>* favicons)
[
all
...]
firefox3_importer.cc
18
#include "chrome/browser/
history
/history_types.h"
81
// Note
history
should be imported before bookmarks because bookmark import
83
// exist in
history
or bookmarks.
84
if ((items & importer::
HISTORY
) && !cancelled()) {
85
bridge_->NotifyItemStarted(importer::
HISTORY
);
87
bridge_->NotifyItemEnded(importer::
HISTORY
);
119
// redirects, since we don't want them to appear in
history
.
132
std::vector<
history
::URLRow> rows;
140
history
::URLRow row(url);
151
bridge_->SetHistoryItems(rows,
history
::SOURCE_FIREFOX_IMPORTED)
[
all
...]
ie_importer.cc
97
if ((items & importer::
HISTORY
) && !cancelled()) {
98
bridge_->NotifyItemStarted(importer::
HISTORY
);
100
bridge_->NotifyItemEnded(importer::
HISTORY
);
162
std::vector<
history
::URLRow> rows;
185
history
::URLRow row(url);
199
bridge_->SetHistoryItems(rows,
history
::SOURCE_IE_IMPORTED);
importer_unittest.cc
28
#include "chrome/browser/
history
/history_types.h"
105
int items = importer::
HISTORY
| importer::PASSWORDS | importer::FAVORITES;
230
virtual void AddHistoryPage(const std::vector<
history
::URLRow>& page,
231
history
::VisitSource visit_source) {
238
EXPECT_EQ(
history
::SOURCE_IE_IMPORTED, visit_source);
378
// Sets up a special
history
link.
400
importer::
HISTORY
| importer::PASSWORDS | importer::FAVORITES,
598
virtual void AddHistoryPage(const std::vector<
history
::URLRow>& page,
599
history
::VisitSource visit_source) {
603
EXPECT_EQ(
history
::SOURCE_FIREFOX_IMPORTED, visit_source)
[
all
...]
/cts/tools/host/src/com/android/cts/
CTSCommand.java
31
static final String
HISTORY
= "
history
";
CommandHistory.java
42
* Check if the command is
history
command.
45
* @return If it's
history
command, return true; else return false.
48
return CTSCommand.
HISTORY
.equals(cmd) || CTSCommand.H.equals(cmd);
61
* Get command by index from command
history
cache.
71
* display specified number of commands from command
history
cache onto CTS console.
80
CUIOutputStream.println("no
history
command list");
120
if (!(CTSCommand.
HISTORY
.equals(action) || CTSCommand.H.equals(action))) {
ConsoleUi.java
52
* <li> view command
history
53
* <li> select a
history
command to run
160
* Display the help message related to
history
commands.
163
final String cmdStr = CTSCommand.
HISTORY
+ "/" + CTSCommand.H;
165
CUIOutputStream.println(CMD_TYPE_LEADING_SPACE + "
History
:");
167
+ cmdStr + ": list all commands in command
history
");
169
+ cmdStr + " count: list the latest count records in command
history
");
172
+ " num: run the command designated by 'num' in command
history
");
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc
79
selected_items |= importer::
HISTORY
;
131
browser_profile->SetBoolean("
history
",
132
(browser_services & importer::
HISTORY
) != 0);
/external/chromium/chrome/browser/first_run/
first_run.cc
206
out_prefs->do_import_items |= importer::
HISTORY
;
208
out_prefs->dont_import_items |= importer::
HISTORY
;
280
// If
history
isn't explicitly forbidden, do import.
281
if (!(out_prefs->dont_import_items & importer::
HISTORY
)) {
282
out_prefs->do_import_items |= importer::
HISTORY
;
525
//
History
is always imported unless turned off in master_preferences.
526
if (!(dont_import_items & importer::
HISTORY
))
527
items = items | importer::
HISTORY
;
/external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc
97
if (items_ & importer::
HISTORY
) {
177
case importer::
HISTORY
:
201
case importer::
HISTORY
:
/external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc
186
if (items_ & importer::
HISTORY
) {
234
case importer::
HISTORY
:
258
case importer::
HISTORY
:
/external/markdown/MarkdownTest/
MarkdownTest.pl
146
=head1 VERSION
HISTORY
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
47
import android.provider.BrowserContract.
History
;
95
static final String TABLE_HISTORY = "
history
";
105
static final String TABLE_HISTORY_JOIN_IMAGES = "
history
LEFT OUTER JOIN images " +
106
"ON
history
.url = images." + Images.URL;
113
"
history
LEFT OUTER JOIN (%s) bookmarks " +
114
"ON
history
.url = bookmarks.url LEFT OUTER JOIN images " +
115
"ON
history
.url = images.url_key";
117
static final String DEFAULT_SORT_HISTORY =
History
.DATE_LAST_VISITED + " DESC";
123
"
history
LEFT OUTER JOIN bookmarks ON
history
.url = bookmarks.url"
[
all
...]
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_9_arm.s
23
; REVISION
HISTORY
pvmp3_dct_9_gcc.s
23
@ REVISION
HISTORY
pvmp3_polyphase_filter_window_arm.s
23
; REVISION
HISTORY
pvmp3_polyphase_filter_window_gcc.s
23
@ REVISION
HISTORY
pvmp3_polyphase_filter_window_wm.asm
23
; REVISION
HISTORY
pvmp3_mdct_18_arm.s
23
; REVISION
HISTORY
pvmp3_mdct_18_gcc.s
23
@ REVISION
HISTORY
pvmp3_mdct_18_wm.asm
23
; REVISION
HISTORY
pvmp3_dct_16_gcc.s
24
@ REVISION
HISTORY
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
52
#include "chrome/browser/
history
/top_sites.h"
692
"has no
history
service";
696
// Schedule a
history
query for redirects. The response will be sent
697
// asynchronously from the callback the
history
system uses to notify us
[
all
...]
Completed in 170 milliseconds