ObjectType        330 content/browser/indexed_db/indexed_db_dispatcher_host.cc template <typename ObjectType>
ObjectType        331 content/browser/indexed_db/indexed_db_dispatcher_host.cc ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess(
ObjectType        332 content/browser/indexed_db/indexed_db_dispatcher_host.cc     IDMap<ObjectType, IDMapOwnPointer>* map,
ObjectType        335 content/browser/indexed_db/indexed_db_dispatcher_host.cc   ObjectType* return_object = map->Lookup(ipc_return_object_id);
ObjectType        345 content/browser/indexed_db/indexed_db_dispatcher_host.cc template <typename ObjectType>
ObjectType        346 content/browser/indexed_db/indexed_db_dispatcher_host.cc ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess(
ObjectType        347 content/browser/indexed_db/indexed_db_dispatcher_host.cc     RefIDMap<ObjectType>* map,
ObjectType        350 content/browser/indexed_db/indexed_db_dispatcher_host.cc   ObjectType* return_object = map->Lookup(ipc_return_object_id);
ObjectType        145 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ObjectType>(*value)));
ObjectType        150 tools/json_schema_compiler/test/error_generation_unittest.cc     ObjectType out;
ObjectType        152 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(ObjectType::Populate(*value, &out, &error));
ObjectType        108 ui/base/clipboard/clipboard.cc void Clipboard::DispatchObject(ObjectType type, const ObjectMapParams& params) {
ObjectType        330 ui/base/clipboard/clipboard.h   void DispatchObject(ObjectType type, const ObjectMapParams& params);
ObjectType        220 ui/base/clipboard/clipboard_android.cc     DispatchObject(static_cast<ObjectType>(iter->first), iter->second);
ObjectType        453 ui/base/clipboard/clipboard_aura.cc     DispatchObject(static_cast<ObjectType>(iter->first), iter->second);
ObjectType        543 ui/base/clipboard/clipboard_aurax11.cc     DispatchObject(static_cast<ObjectType>(iter->first), iter->second);
ObjectType        226 ui/base/clipboard/clipboard_gtk.cc     DispatchObject(static_cast<ObjectType>(iter->first), iter->second);
ObjectType        229 ui/base/clipboard/clipboard_win.cc     DispatchObject(static_cast<ObjectType>(iter->first), iter->second);