OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emf_file
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/printing/
emf_win_unittest.cc
89
base::FilePath
emf_file
;
local
90
EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &
emf_file
));
91
emf_file
=
emf_file
.Append(FILE_PATH_LITERAL("printing"))
98
base::ReadFileToString(
emf_file
, &emf_data);
/external/chromium/chrome/browser/printing/
printing_layout_uitest.cc
135
std::wstring
emf_file
;
local
142
emf_file
.clear();
151
emf_file
<< "\" and \"" << file.value() <<
154
emf_file
= file.value();
173
EXPECT_TRUE(found_prn) << ".EMF file is: " <<
emf_file
;
174
return
emf_file
;
/external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc
196
std::wstring
emf_file
;
local
203
emf_file
.clear();
212
emf_file
<< "\" and \"" << file.value() <<
215
emf_file
= file.value();
234
EXPECT_TRUE(found_prn) << ".EMF file is: " <<
emf_file
;
235
return
emf_file
;
Completed in 37 milliseconds