HomeSort by relevance Sort by last modified time
    Searched refs:Detach (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/v8/src/
compiler.h 477 info_->set_deferred_handles(deferred_.Detach());
handles.cc     [all...]
profile-generator.cc 111 return AddOrDisposeString(data.Detach(), hash);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 375 void ScopedThread::Detach() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 236 ).Detach()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 236 ).Detach()
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 110 return CComQIPtr<IAccessible>(V_DISPATCH(var)).Detach();
117 return CComQIPtr<IAccessible>(dispatch).Detach();
  /external/chromium_org/chrome_frame/test/
ie_event_sink.cc 617 *dispatch = new_browser.Detach();
695 *dispatch = new_browser.Detach();
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 772 Detach();
775 void WebMediaPlayerAndroid::Detach() {
    [all...]
  /external/chromium_org/dbus/
bus.cc 268 // Object is present. Remove it now and Detach in the DBus thread.
283 object_proxy.get()->Detach();
455 // Detach from the remote objects.
458 iter->second->Detach();
    [all...]
object_proxy.cc 183 void ObjectProxy::Detach() {
578 // Store the match rule, so that we can remove this in Detach().
608 // Store the match rule, so that we can remove this in Detach().
  /external/chromium_org/net/socket/
tcp_client_socket_win.cc 183 void Detach() { socket_ = NULL; }
598 core_->Detach();
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_win.cc 258 device_.Detach();
259 query_.Detach();
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 950 globals.app_exit = app_exit.Detach();
955 *view = mswr::Make<ChromeAppViewAsh>().Detach()
    [all...]
chrome_app_view.cc     [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 424 return builder4.Detach();
473 return new_builder.Detach();
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.cc 277 return table.Detach();
285 return builder.Detach();
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 541 void Detach();
671 base::Bind(&IOThreadImpl::Detach, proxy_.get()));
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 75 *filter = capture_filter.Detach();
  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 466 *job = job_obj.Detach();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 272 // We just detach if a renderer acquires or loses a column-span, since spanning elements
283 ch = Detach;
313 ch = Detach;
317 ch = Detach;
321 ch = Detach;
351 detach();
1029 detach(reattachContext);
1077 void Node::detach(const AttachContext& context) function in class:WebCore::Node
    [all...]
Node.h 168 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
565 virtual void detach(const AttachContext& = AttachContext());
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 682 Detach();
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 68 // Wrapper around DownloadFile::Detach and DownloadFile::Cancel that
75 download_file->Detach();
266 delegate_->Detach();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]

Completed in 2214 milliseconds

1 2 3 4 5 6 7 891011