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

12

/external/chromium_org/content/browser/devtools/
H A Dembedded_worker_devtools_agent_host.cc119 void EmbeddedWorkerDevToolsAgentHost::Attach() { function in class:content::EmbeddedWorkerDevToolsAgentHost
124 IPCDevToolsAgentHost::Attach();
/external/chromium_org/third_party/webrtc/base/
H A Dlinux.cc184 void ConfigParser::Attach(StreamInterface* stream) { function in class:rtc::ConfigParser
H A Dstream.cc123 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { function in class:rtc::StreamAdapterInterface
H A Dwin32socketserver.cc249 int Win32Socket::Attach(SOCKET s) { function in class:rtc::Win32Socket
483 if (0 == socket->Attach(s))
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc33 void NativeViewHost::Attach(gfx::NativeView native_view) { function in class:views::NativeViewHost
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp429 PlatformLinux::Attach(ProcessAttachInfo &attach_info, function in class:PlatformLinux
463 error = process_sp->Attach (attach_info);
469 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
/external/lzma/CPP/Common/
H A DMyCom.h44 void Attach(T* p2) function in class:CMyComPtr
133 void Attach(BSTR src) { m_str = src; }
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc188 void MemoryInternalsProxy::Attach(MemoryInternalsHandler* handler) { function in class:MemoryInternalsProxy
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc199 void WebContentsDelegate::Attach(WebContents* web_contents) { function in class:content::WebContentsDelegate
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframe.cc40 // * Buffers passed using Attach() become owned by this FrameBuffer and will be
50 void Attach(uint8* data, size_t length);
67 Attach(buffer, length);
79 void WebRtcVideoFrame::FrameBuffer::Attach(uint8* data, size_t length) { function in class:cricket::WebRtcVideoFrame::FrameBuffer
163 Attach(video_buffer.get(), buffer_size, w, h, pixel_width, pixel_height,
222 ret_val->Attach(video_buffer_.get(), new_buffer_size, frame()->Width(),
232 Attach(exclusive_buffer, length, frame()->Width(), frame()->Height(),
275 void WebRtcVideoFrame::Attach( function in class:cricket::WebRtcVideoFrame
331 Attach(video_buffer.get(), desired_size, new_width, new_height, pixel_width,
373 Attach(video_buffe
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp482 PlatformFreeBSD::Attach(ProcessAttachInfo &attach_info, function in class:PlatformFreeBSD
516 error = process_sp->Attach (attach_info);
522 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp352 PlatformRemoteGDBServer::Attach (lldb_private::ProcessAttachInfo &attach_info, function in class:PlatformRemoteGDBServer
405 error = process_sp->Attach(attach_info);
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc653 void MessageLoopForUI::Attach() { function in class:base::MessageLoopForUI
654 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp612 PlatformDarwin::Attach (ProcessAttachInfo &attach_info, function in class:PlatformDarwin
644 error = process_sp->Attach (attach_info);
650 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp70 void CJS_Value::Attach(v8::Handle<v8::Value> pValue,FXJSVALUETYPE t) function in class:CJS_Value
76 void CJS_Value::Attach(CJS_Value *pValue) function in class:CJS_Value
79 Attach(pValue->ToJSValue(),pValue->GetType());
268 array.Attach(JS_ToArray(m_pValue));
285 date.Attach(m_pValue);
459 void CJS_Array::Attach(v8::Handle<v8::Array> pArray) function in class:CJS_Array
474 value.Attach(p,VT_object);
533 void CJS_Date::Attach(v8::Handle<v8::Value> pDate) function in class:CJS_Date
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc516 void BrowserPluginGuest::Attach( function in class:content::BrowserPluginGuest
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc127 void BrowserPlugin::Attach() { function in class:content::BrowserPlugin
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1048 if (!Attach(args))
1056 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1073 // Attach to the requested process.
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp1094 FX_BOOL CFX_QuartzDevice::Attach(CGContextRef context, FX_INT32 nDeviceClass) function in class:CFX_QuartzDevice
1108 FX_BOOL CFX_QuartzDevice::Attach(CFX_DIBitmap* pBitmap) function in class:CFX_QuartzDevice
1136 return Attach(pBitmap);
/external/sonivox/jet_tools/JetCreator/
H A Deas.py710 def Attach (self, stream): member in class:EAS
711 """Attach a file or output device to the EAS output.
728 EAS.Attach for more details. It is the responsibility of
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc291 virtual void Attach(content::DevToolsExternalAgentProxy* proxy) OVERRIDE;
347 void AgentHostDelegate::Attach(content::DevToolsExternalAgentProxy* proxy) { function in class:AgentHostDelegate
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc349 Attach(source_tabstrip_, gfx::Point());
632 Attach(target_tabstrip, point_in_screen);
643 Attach(target_tabstrip, point_in_screen);
871 void TabDragController::Attach(TabStrip* attached_tabstrip, function in class:TabDragController
873 TRACE_EVENT1("views", "TabDragController::Attach",
1040 Attach(dragged_browser_view->tabstrip(), gfx::Point());
1106 Attach(tab_strip_to_attach_to_after_exit_, point_in_screen);
1467 // TODO(beng): (Cleanup) seems like we should use Attach() for this
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1279 if (!Attach(args)) {
1289 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1316 // Attach to the requested process.
/external/lldb/source/API/
H A DSBTarget.cpp845 SBTarget::Attach (SBAttachInfo &sb_attach_info, SBError& error) function in class:SBTarget
855 log->Printf ("SBTarget(%p)::Attach (sb_attach_info, error)...", target_sp.get());
876 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
906 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
913 error.SetError (process_sp->Attach (attach_info));
935 log->Printf ("SBTarget(%p)::Attach (...) => SBProcess(%p)",
1025 error.SetError (process_sp->Attach (attach_info));
1117 error.SetError (process_sp->Attach (attach_info));

Completed in 668 milliseconds

12