OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIndexedDBExtension
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc
45
static const base::FilePath::CharType
kIndexedDBExtension
[] =
66
file_path.RemoveExtension().Extension() ==
kIndexedDBExtension
) {
478
return data_path_.AppendASCII(origin_id).AddExtension(
kIndexedDBExtension
)
/external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc
110
if (file_path.Extension() == IndexedDBContext::
kIndexedDBExtension
) {
Completed in 66 milliseconds