OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preferredpath
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp
439
String
preferredPath
= homeDirectoryPath();
442
preferredPath
.append(String("/.mozilla/plugins"));
444
preferredPath
.append(String("/Library/Internet Plug-Ins"));
446
preferredPath
.append(String("\\Application Data\\Mozilla\\plugins"));
450
return path ==
preferredPath
;
Completed in 22 milliseconds