matches 43 gui/ScreenShotter.cpp struct { const char* ext; FileType type; } matches[] =
matches 51 gui/ScreenShotter.cpp const char* ext = matches[i].ext;
matches 55 gui/ScreenShotter.cpp return matches[i].type;
matches 125 libcore/Font.h bool matches(const std::string& name, bool bold, bool italic) const;
matches 76 libcore/fontlib.cpp if ( f->matches(name, bold, italic) )
matches 218 libcore/parser/SWFMovieDefinition.cpp if ( f->matches(name, bold, italic) ) return f;