OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_mime_set
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc
206
PathAndMimeTypeSet
path_mime_set
;
local
207
path_mime_set
.insert(
213
path_mime_set
,
227
path_mime_set
.clear();
228
path_mime_set
.insert(
232
path_mime_set
.insert(
238
path_mime_set
,
245
path_mime_set
.insert(
250
path_mime_set
,
280
PathAndMimeTypeSet
path_mime_set
;
local
342
PathAndMimeTypeSet
path_mime_set
;
local
434
PathAndMimeTypeSet
path_mime_set
;
local
626
PathAndMimeTypeSet
path_mime_set
;
local
717
PathAndMimeTypeSet
path_mime_set
;
local
[
all
...]
file_tasks.h
255
// Finds the Drive app tasks that can be used with the given |
path_mime_set
|
259
const PathAndMimeTypeSet&
path_mime_set
,
266
const PathAndMimeTypeSet&
path_mime_set
,
283
// If |
path_mime_set
| contains a Google document, only the internal tasks of
291
const PathAndMimeTypeSet&
path_mime_set
,
299
const PathAndMimeTypeSet&
path_mime_set
,
file_tasks.cc
114
// Returns true if
path_mime_set
contains a Google document.
115
bool ContainsGoogleDocument(const PathAndMimeTypeSet&
path_mime_set
) {
116
for (PathAndMimeTypeSet::const_iterator iter =
path_mime_set
.begin();
117
iter !=
path_mime_set
.end(); ++iter) {
317
const PathAndMimeTypeSet&
path_mime_set
,
325
for (PathAndMimeTypeSet::const_iterator it =
path_mime_set
.begin();
326
it !=
path_mime_set
.end(); ++it) {
383
const PathAndMimeTypeSet&
path_mime_set
,
385
DCHECK(!
path_mime_set
.empty());
407
FindFileHandlersForFiles(*extension,
path_mime_set
);
[
all
...]
open_util.cc
146
extensions::app_file_handler_util::PathAndMimeTypeSet
path_mime_set
;
local
147
path_mime_set
.insert(std::make_pair(file_path, mime_type));
156
path_mime_set
,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc
125
PathAndMimeTypeSet
path_mime_set
;
local
145
path_mime_set
.insert(std::make_pair(file_path, mime_type));
152
path_mime_set
,
Completed in 38 milliseconds