OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_paths_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
launcher.cc
106
file_paths_
(file_paths),
114
file_paths_
.push_back(file_path);
119
if (
file_paths_
.empty()) {
124
for (size_t i = 0; i <
file_paths_
.size(); ++i) {
125
DCHECK(
file_paths_
[i].IsAbsolute());
130
file_paths_
,
163
for (std::vector<base::FilePath>::iterator it =
file_paths_
.begin();
164
it !=
file_paths_
.end();
183
file_paths_
,
197
DCHECK(
file_paths_
.size() == mime_types->size())
299
std::vector<base::FilePath>
file_paths_
;
member in class:apps::__anon6461::PlatformAppPathLauncher
[
all
...]
/external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h
119
std::vector<base::FilePath>
file_paths_
;
member in class:MTPDeviceDelegateImplMac
Completed in 9683 milliseconds