Searched defs:Attach (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.cc22 Attach(socket);
29 void AsyncSocketAdapter::Attach(AsyncSocket* socket) { function in class:rtc::AsyncSocketAdapter
H A Dsocketstream.cc16 Attach(socket);
23 void SocketStream::Attach(AsyncSocket* socket) { function in class:rtc::SocketStream
/external/chromium_org/tools/cr/cr/actions/
H A Dgdb.py30 def Attach(self, targets, arguments): member in class:GdbDebugger
31 raise NotImplementedError('Attach not currently supported for gdb.')
H A Ddebugger.py13 Implementations must override the Invoke and Attach methods.
49 def Attach(self, targets, arguments): member in class:Debugger
50 """Attach a debugger to a running program."""
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dsystem_storage_eject_apitest.cc60 void Attach() { function in class:SystemStorageEjectApiTest
87 // Attach / detach
93 Attach();
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc25 void ForwardingAgentHost::Attach() { function in class:content::ForwardingAgentHost
26 delegate_->Attach(this);
H A Dipc_devtools_agent_host.cc11 void IPCDevToolsAgentHost::Attach() { function in class:content::IPCDevToolsAgentHost
H A Ddevtools_netlog_observer.cc167 void DevToolsNetLogObserver::Attach() { function in class:content::DevToolsNetLogObserver
/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.cc51 void MessagePipeEndpoint::Attach(ChannelEndpoint* /*channel_endpoint*/) { function in class:mojo::system::MessagePipeEndpoint
/external/lzma/CPP/Windows/
H A DHandle.h26 void Attach(HANDLE handle) { _handle = handle; } function in class:NWindows::CHandle
H A DRegistry.h23 void Attach(HKEY key) { _object = key; } function in class:NWindows::NRegistry::CKey
H A DDLL.h30 void Attach(HMODULE m) function in class:NWindows::NDLL::CLibrary
H A DPropVariant.cpp175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) function in class:NWindows::NCOM::CPropVariant
H A DThread.h26 void Attach(HANDLE handle) { thread = handle; } function in class:NWindows::CThread
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_manager.cc74 void BrowserPluginManager::Attach(int browser_plugin_instance_id) { function in class:content::BrowserPluginManager
77 plugin->Attach();
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc63 Attach(blacklist);
70 void TestBlacklist::Attach(Blacklist* blacklist) { function in class:extensions::TestBlacklist
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc21 void DownloadItemImplDelegate::Attach() { function in class:content::DownloadItemImplDelegate
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc141 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
H A Drefcount.h35 // obj.Attach(Foo::CreatedInstance()); // ref count = 1
63 // end_scope_pointer.Attach(passThrough);
259 void Attach(T* pT) { function in class:sfntly::Ptr
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc16 void CaptureController::Attach(aura::Window* root) { function in class:wm::CaptureController
115 capture_controller_->Attach(root);
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc139 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
H A Drefcount.h35 // obj.Attach(Foo::CreatedInstance()); // ref count = 1
63 // end_scope_pointer.Attach(passThrough);
259 void Attach(T* pT) { function in class:sfntly::Ptr
/external/chromium_org/base/win/
H A Dscoped_comptr.h70 void Attach(Interface* p) { function in class:base::win::ScopedComPtr
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.cc27 if (!Attach())
256 bool AndroidCacheDatabase::Attach() { function in class:history::AndroidCacheDatabase
/external/chromium_org/content/browser/media/
H A Dmedia_internals_proxy.cc43 void MediaInternalsProxy::Attach(MediaInternalsMessageHandler* handler) { function in class:content::MediaInternalsProxy

Completed in 542 milliseconds

12