OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_parentDirectory
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/
PluginPackage.h
60
const String& parentDirectory() const { return
m_parentDirectory
; }
113
String
m_parentDirectory
;
PluginPackage.cpp
116
m_parentDirectory
= m_path.left(m_path.length() - m_fileName.length() - 1);
Completed in 40 milliseconds