OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_paths
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/themes/
browser_theme_pack.h
131
FilePathMap*
file_paths
) const;
133
// Creates the data for |source_images_| from |
file_paths
|.
134
void BuildSourceImagesArray(const FilePathMap&
file_paths
);
138
bool LoadRawBitmapsTo(const FilePathMap&
file_paths
,
browser_theme_pack.cc
343
FilePathMap
file_paths
;
local
346
&
file_paths
);
347
pack->BuildSourceImagesArray(
file_paths
);
349
if (!pack->LoadRawBitmapsTo(
file_paths
, &pack->prepared_images_))
816
FilePathMap*
file_paths
) const {
826
(*
file_paths
)[id] = images_path.AppendASCII(val);
831
void BrowserThemePack::BuildSourceImagesArray(const FilePathMap&
file_paths
) {
833
for (FilePathMap::const_iterator it =
file_paths
.begin();
834
it !=
file_paths
.end(); ++it) {
844
const FilePathMap&
file_paths
,
[
all
...]
/external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp
183
wxArrayString
file_paths
;
local
188
wxDirTraverserNonRecursive traverser(path,
file_paths
);
195
for (int i = 0; i <
file_paths
.GetCount(); i++)
197
entries.append(
file_paths
[i]);
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py
292
def revert_files(self,
file_paths
):
559
def revert_files(self,
file_paths
):
561
self.run(['svn', 'revert'] +
file_paths
)
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc
886
UrlList
file_paths
;
local
887
file_paths
.push_back(GURL(file_url));
893
file_paths
, std::string()));
[
all
...]
Completed in 189 milliseconds