OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kPDFPluginName
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/
chrome_content_client.h
15
static const char*
kPDFPluginName
;
chrome_content_client.cc
20
const char*
kPDFPluginName
= "Chrome PDF Viewer";
62
pdf.name =
kPDFPluginName
;
169
const char* ChromeContentClient::
kPDFPluginName
= ::
kPDFPluginName
;
/external/chromium_org/chrome/common/
chrome_content_client_constants.cc
7
const char* const ChromeContentClient::
kPDFPluginName
= "Chrome PDF Viewer";
chrome_content_client.h
17
static const char* const
kPDFPluginName
;
Completed in 332 milliseconds