OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_temporary
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/sync/syncable/
directory_backing_store.h
81
//
is_temporary
. Returns an sqlite
82
bool CreateShareInfoTable(bool
is_temporary
);
84
bool CreateShareInfoTableVersion71(bool
is_temporary
);
85
// Create 'metas' or 'temp_metas' depending on value of
is_temporary
. Also
87
bool CreateMetasTable(bool
is_temporary
);
directory_backing_store.cc
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h
97
//
is_temporary
. Returns an sqlite
99
int CreateShareInfoTable(bool
is_temporary
);
101
int CreateShareInfoTableVersion71(bool
is_temporary
);
102
// Create 'metas' or 'temp_metas' depending on value of
is_temporary
.
104
int CreateMetasTable(bool
is_temporary
);
directory_backing_store.cc
[
all
...]
/external/chromium/chrome/browser/history/
thumbnail_database.h
231
// or was successfully created. |
is_temporary
| will be false when generating
237
bool InitFaviconsTable(sql::Connection* db, bool
is_temporary
);
257
bool InitIconMappingTable(sql::Connection* db, bool
is_temporary
);
267
// added to temp_icon_mapping table if
is_temporary
is true.
271
bool
is_temporary
);
thumbnail_database.cc
194
bool
is_temporary
) {
197
const char* name =
is_temporary
? "temp_favicons" : "favicons";
699
bool
is_temporary
) {
700
const char* name =
is_temporary
? "temp_icon_mapping" : "icon_mapping";
725
bool
is_temporary
) {
726
const char* name =
is_temporary
? "temp_icon_mapping" : "icon_mapping";
728
is_temporary
? "add_temp_icon_mapping" : "add_icon_mapping";
url_database.cc
152
bool
is_temporary
) {
163
if (
is_temporary
) {
532
bool URLDatabase::CreateURLTable(bool
is_temporary
) {
533
const char* name =
is_temporary
? "temp_urls" : "urls";
url_database.h
244
//
is_temporary
is false when generating the "regular" URLs table. The expirer
247
bool CreateURLTable(bool
is_temporary
);
262
// if
is_temporary
is false, or the temporary URL table if is temporary is
265
URLID AddURLInternal(const URLRow& info, bool
is_temporary
);
/external/chromium/chrome/browser/download/
download_history.cc
58
download_item->
is_temporary
() || !hs) {
download_item.cc
382
is_temporary
()) {
386
if (!
is_temporary
())
download_manager.cc
143
if (it->second->
is_temporary
() &&
155
if (!it->second->
is_temporary
() &&
169
if (item->
is_temporary
())
200
if (download_item->
is_temporary
() || download_item->is_extension_install())
[
all
...]
download_item.h
276
bool
is_temporary
() const { return is_temporary_; }
function in class:DownloadItem
/external/chromium_org/chrome/browser/history/
url_database.h
248
//
is_temporary
is false when generating the "regular" URLs table. The expirer
251
bool CreateURLTable(bool
is_temporary
);
266
// if
is_temporary
is false, or the temporary URL table if is temporary is
269
URLID AddURLInternal(const URLRow& info, bool
is_temporary
);
url_database.cc
134
bool
is_temporary
) {
145
if (
is_temporary
) {
567
bool URLDatabase::CreateURLTable(bool
is_temporary
) {
568
const char* name =
is_temporary
? "temp_urls" : "urls";
/external/qemu/
block_int.h
165
int
is_temporary
;
member in struct:BlockDriverState
block.c
451
if (bs->
is_temporary
) {
477
if (bs->
is_temporary
) {
581
bs->
is_temporary
= 1;
623
if (bs->
is_temporary
) {
641
if (bs->
is_temporary
) {
660
if (bs->
is_temporary
) {
[
all
...]
/external/chromium/chrome/browser/automation/
automation_provider.cc
261
dl_item_value->SetBoolean("
is_temporary
", download->
is_temporary
());
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py
492
is_temporary
= False
496
is_temporary
= True
506
if
is_temporary
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py
492
is_temporary
= False
496
is_temporary
= True
506
if
is_temporary
:
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider.cc
360
dl_item_value->SetBoolean("
is_temporary
", download->IsTemporary());
/external/chromium_org/chrome/test/pyautolib/
pyauto.py
[
all
...]
Completed in 905 milliseconds