Searched defs:DispatchTable (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
H A Dpm_manifest_file_test.cc142 struct DispatchTable { struct in class:Worker
150 static DispatchTable const kDispatch[]; // null terminated
326 Worker::DispatchTable const Worker::kDispatch[] = {
/external/chromium_org/v8/src/
H A Djsregexp.h344 class DispatchTable : public ZoneObject { class in namespace:v8::internal
346 explicit DispatchTable(Zone* zone) : tree_(zone) { } function in class:v8::internal::DispatchTable
1058 DispatchTable* GetTable(bool ignore_case);
1098 DispatchTable* table_;
1503 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1523 DispatchTable* table() { return table_; }
1527 DispatchTable* table_;
/external/v8/src/
H A Djsregexp.h371 class DispatchTable : public ZoneObject { class in namespace:v8::internal
1061 DispatchTable* GetTable(bool ignore_case);
1099 DispatchTable* table_;
1353 DispatchTableConstructor(DispatchTable* table, bool ignore_case)
1371 DispatchTable* table() { return table_; }
1375 DispatchTable* table_;

Completed in 65 milliseconds