table             138 gui/fltk/fltk.cpp     } table[] = {
table             187 gui/fltk/fltk.cpp     for (int i = 0; table[i].fltkKey; i++) {
table             188 gui/fltk/fltk.cpp         if (key == table[i].fltkKey) {
table             189 gui/fltk/fltk.cpp             notify_key_event((gnash::key::code)table[i].gnashKey, modifier, 
table            2229 gui/gtk/gtk.cpp         } table[] = {
table            2262 gui/gtk/gtk.cpp         for (int i = 0; table[i].gdk != GDK_VoidSymbol; i++) {
table            2263 gui/gtk/gtk.cpp             if (key == table[i].gdk) {
table            2264 gui/gtk/gtk.cpp                 c = table[i].gs;
table             249 gui/kde/kde.cpp         } table[] = {
table             290 gui/kde/kde.cpp         for (int i = 0; table[i].qt != 0; i++) {
table             291 gui/kde/kde.cpp             if (key == table[i].qt) {
table             292 gui/kde/kde.cpp                 c = table[i].gs;
table             542 gui/pythonmod/gnash-view.cpp         } table[] = {
table             575 gui/pythonmod/gnash-view.cpp         for (int i = 0; table[i].gdk != GDK_VoidSymbol; i++) {
table             576 gui/pythonmod/gnash-view.cpp             if (key == table[i].gdk) {
table             577 gui/pythonmod/gnash-view.cpp                 c = table[i].gs;
table              44 libbase/string_table.cpp 	table::index<StringValue>::type::iterator i = 
table             119 libbase/string_table.cpp         table::index<StringValue>::type::iterator it = 
table             106 libbase/string_table.h 		table::index<StringID>::type::iterator r =
table             150 libbase/string_table.h 	table _table;
table             177 libcore/Font.cpp     _embeddedCodeTable.reset(table.release());
table             267 libcore/Font.h     void setCodeTable(std::auto_ptr<CodeTable> table);
table             253 libcore/namedStrings.cpp     table.insert_group(preload_names, arraySize(preload_names));
table             254 libcore/namedStrings.cpp     table.setHighestKnownLowercase(NSV::INTERNAL_HIGHEST_LOWERCASE);
table             277 libcore/namedStrings.h void loadStrings(string_table &table);
table             245 libcore/swf/DefaultTagLoaders.cpp     std::for_each(tags.begin(), tags.end(), AddLoader(table));
table              34 libcore/swf/DefaultTagLoaders.h DSOEXPORT void addDefaultLoaders(TagLoadersTable& table);
table              66 libcore/swf/DefineFontTag.cpp     assert(table.empty());
table              73 libcore/swf/DefineFontTag.cpp             table.insert(std::make_pair(code, i));
table              81 libcore/swf/DefineFontTag.cpp             table.insert(std::make_pair(code, i));
table             272 libcore/swf/DefineFontTag.cpp     std::auto_ptr<Font::CodeTable> table(new Font::CodeTable);
table             274 libcore/swf/DefineFontTag.cpp     readCodeTable(in, *table, wideCodes, _glyphTable.size());
table             275 libcore/swf/DefineFontTag.cpp     _codeTable.reset(table.release());
table             364 libcore/swf/DefineFontTag.cpp     std::auto_ptr<Font::CodeTable> table(new Font::CodeTable);
table             366 libcore/swf/DefineFontTag.cpp     DefineFontTag::readCodeTable(in, *table, wideCodes, f->glyphCount());
table             370 libcore/swf/DefineFontTag.cpp     f->setCodeTable(table);
table             117 libcore/swf/DefineFontTag.h     static void readCodeTable(SWFStream& in, Font::CodeTable& table,