OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdf_path
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/
gview_request_interceptor.cc
65
FilePath
pdf_path
;
local
67
PathService::Get(chrome::FILE_PDF_PLUGIN, &
pdf_path
);
69
pdf_path
, &info) &&
/external/chromium_org/chrome/service/
service_utility_process_host.h
97
const base::FilePath&
pdf_path
,
service_utility_process_host.cc
91
const base::FilePath&
pdf_path
,
116
::CreateFile(
pdf_path
.value().c_str(),
/external/chromium/chrome/browser/
plugin_updater.cc
146
FilePath
pdf_path
;
local
147
PathService::Get(chrome::FILE_PDF_PLUGIN, &
pdf_path
);
148
FilePath::StringType pdf_path_str =
pdf_path
.value();
/external/chromium_org/chrome/browser/extensions/
component_loader.cc
582
base::FilePath
pdf_path
;
local
586
PathService::Get(chrome::FILE_PDF_PLUGIN, &
pdf_path
) &&
587
plugin_service->GetRegisteredPpapiPluginInfo(
pdf_path
)) {
/external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc
326
const base::FilePath&
pdf_path
, const gfx::Rect& render_area,
340
pdf_path
,
Completed in 49 milliseconds