Interface          19 base/win/scoped_comptr.h template <class Interface, const IID* interface_id = &__uuidof(Interface)>
Interface          20 base/win/scoped_comptr.h class ScopedComPtr : public scoped_refptr<Interface> {
Interface          24 base/win/scoped_comptr.h   class BlockIUnknownMethods : public Interface {
Interface          31 base/win/scoped_comptr.h   typedef scoped_refptr<Interface> ParentClass;
Interface          36 base/win/scoped_comptr.h   explicit ScopedComPtr(Interface* p) : ParentClass(p) {
Interface          39 base/win/scoped_comptr.h   ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p)
Interface          46 base/win/scoped_comptr.h     COMPILE_ASSERT(sizeof(ScopedComPtr<Interface, interface_id>) ==
Interface          47 base/win/scoped_comptr.h                    sizeof(Interface*), ScopedComPtrSize);
Interface          63 base/win/scoped_comptr.h   Interface* Detach() {
Interface          64 base/win/scoped_comptr.h     Interface* p = ptr_;
Interface          70 base/win/scoped_comptr.h   void Attach(Interface* p) {
Interface          79 base/win/scoped_comptr.h   Interface** Receive() {
Interface         156 base/win/scoped_comptr.h   using scoped_refptr<Interface>::operator=;
Interface          51 chromeos/dbus/bluetooth_adapter_client.cc       public dbus::ObjectManager::Interface {
Interface          53 chromeos/dbus/bluetooth_device_client.cc       public dbus::ObjectManager::Interface {
Interface          33 chromeos/dbus/bluetooth_gatt_characteristic_client.cc       public dbus::ObjectManager::Interface {
Interface          33 chromeos/dbus/bluetooth_gatt_descriptor_client.cc       public dbus::ObjectManager::Interface {
Interface          30 chromeos/dbus/bluetooth_gatt_service_client.cc                                        public dbus::ObjectManager::Interface {
Interface          35 chromeos/dbus/bluetooth_input_client.cc       public dbus::ObjectManager::Interface {
Interface          26 dbus/mock_object_manager.h                                        Interface*));
Interface          75 dbus/object_manager.cc                                       Interface* interface) {
Interface         242 dbus/object_manager.cc   Interface* interface = iiter->second;
Interface         286 dbus/object_manager.cc     Interface* interface = iiter->second;
Interface         140 dbus/object_manager.h   class Interface {
Interface         142 dbus/object_manager.h     virtual ~Interface() {}
Interface         192 dbus/object_manager.h                          Interface* interface);
Interface         289 dbus/object_manager.h   typedef std::map<std::string, Interface*> InterfaceMap;
Interface          28 dbus/object_manager_unittest.cc       public ObjectManager::Interface {
Interface          61 mojo/public/cpp/bindings/interface.h struct Interface<mojo::NoInterface> {
Interface          74 mojo/public/cpp/bindings/interface.h     typename Interface<S>::Handle h0;
Interface          75 mojo/public/cpp/bindings/interface.h     typename Interface<P>::Handle h1;
Interface          83 mojo/public/cpp/bindings/interface.h   typename Interface<S>::ScopedHandle handle_to_self;
Interface          84 mojo/public/cpp/bindings/interface.h   typename Interface<P>::ScopedHandle handle_to_peer;
Interface          78 mojo/public/cpp/bindings/remote_ptr.h   explicit RemotePtr(typename Interface<S>::ScopedHandle interface_handle,
Interface         115 mojo/public/cpp/bindings/remote_ptr.h   void reset(typename Interface<S>::ScopedHandle interface_handle,
Interface         170 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java     ServiceWithNoOuter.Interface impl =
Interface         171 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java         control.createMock(ServiceWithNoOuter.Interface.class);