HomeSort by relevance Sort by last modified time
    Searched refs:pIt (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/plugins/symbian/
PluginDatabaseSymbian.cpp 71 for (Vector<String>::const_iterator pIt = pluginPaths.begin(); pIt != pluginsEnd; ++pIt) {
72 if (!fileExists(*pIt))
74 paths.add(*pIt);
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 468 for (Vector<String>::const_iterator pIt = pluginPaths.begin(); pIt != pluginsEnd; ++pIt) {
469 if (!fileExists(*pIt))
472 paths.add(*pIt);
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 200 Iterator<PatternMatcher> pIt = ri.filter.pathsIterator();
201 if (pIt != null) {
203 while (path != null && pIt.hasNext()) {
204 PatternMatcher p = pIt.next();

Completed in 2512 milliseconds