Searched refs:PathWalker (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPathWalker.cpp27 #include "PathWalker.h"
33 PathWalker::PathWalker(const String& directory, const String& pattern) function in class:WebCore::PathWalker
39 PathWalker::~PathWalker()
46 bool PathWalker::step()
H A DPathWalker.h35 class PathWalker { class in namespace:WebCore
36 WTF_MAKE_NONCOPYABLE(PathWalker);
38 PathWalker(const WTF::String& directory, const WTF::String& pattern);
39 ~PathWalker();
H A DFileSystemWin.cpp35 #include "PathWalker.h"
444 PathWalker walker(directory, filter);

Completed in 63 milliseconds