HomeSort by relevance Sort by last modified time
    Searched defs:ReleaseOwnership (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/
browser_navigator.cc 305 // relinquished via ReleaseOwnership(). If this object goes out of scope without
318 // Assumes ownership of |params_|' target_contents until ReleaseOwnership
325 WebContents* ReleaseOwnership() {
672 target_contents_owner.ReleaseOwnership();
  /external/chromium_org/dbus/
test_service.cc 145 void TestService::ReleaseOwnership(base::Closure callback) {
155 bus_->ReleaseOwnership("org.chromium.TestService");
478 else if (action == "ReleaseOwnership") {
479 ReleaseOwnership(base::Bind(&TestService::PerformActionResponse,
484 ReleaseOwnership(base::Bind(&TestService::OwnershipReleased,
bus.cc 448 // ReleaseOwnership() may remove |service_name| from the set.
450 ReleaseOwnership(service_name);
556 bool Bus::ReleaseOwnership(const std::string& service_name) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 540 virtual void STDMETHODCALLTYPE ReleaseOwnership( void)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 540 virtual void STDMETHODCALLTYPE ReleaseOwnership( void)
    [all...]

Completed in 173 milliseconds