HomeSort by relevance Sort by last modified time
    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