HomeSort by relevance Sort by last modified time
    Searched full:takeownership (Results 1 - 23 of 23) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 49 bool takeOwnership = false);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 53 bool takeOwnership) {
59 m_attachPoints[idx].owned != takeOwnership) {
66 m_attachPoints[idx].owned = takeOwnership;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa_unittest.mm 45 takeOwnership:NO];
browser_window_controller_unittest.mm 70 takeOwnership:NO];
161 takeOwnership:NO]);
608 takeOwnership:NO];
browser_window_controller.h 378 - (id)initWithBrowser:(Browser*)browser takeOwnership:(BOOL)ownIt;
browser_window_controller.mm 227 return [self initWithBrowser:browser takeOwnership:YES];
231 - (id)initWithBrowser:(Browser*)browser takeOwnership:(BOOL)ownIt {
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ufile.c 49 UBool takeOwnership
100 result->fOwnFile = takeOwnership;
  /external/icu4c/io/
ufile.c 46 UBool takeOwnership
97 result->fOwnFile = takeOwnership;
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 301 // this class takes ownership of it via TakeOwnership() until the TabContents
318 void TakeOwnership() {
431 target_contents_owner.TakeOwnership();
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa_unittest.mm 28 takeOwnership:NO];
browser_window_controller_unittest.mm 89 takeOwnership:NO];
234 takeOwnership:NO]);
    [all...]
browser_window_controller.h 463 - (id)initWithBrowser:(Browser*)browser takeOwnership:(BOOL)ownIt;
browser_window_controller.mm 256 return [self initWithBrowser:browser takeOwnership:YES];
260 - (id)initWithBrowser:(Browser*)browser takeOwnership:(BOOL)ownIt {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 211 HRESULT TakeOwnership(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 211 HRESULT TakeOwnership(
  /external/chromium_org/chrome/browser/ui/
browser_navigator.cc 292 // an instance of this class takes ownership of it via TakeOwnership() until the
309 void TakeOwnership() {
572 target_contents_owner.TakeOwnership();
  /frameworks/native/libs/binder/
Parcel.cpp 740 status_t Parcel::writeFileDescriptor(int fd, bool takeOwnership)
746 obj.cookie = (void*) (takeOwnership ? 1 : 0);
756 status_t err = writeFileDescriptor(dupFd, true /*takeOwnership*/);
797 status = writeFileDescriptor(fd, true /*takeOwnership*/);
    [all...]
  /external/chromium/base/
basictypes.h 343 // if (TakeOwnership(my_var.get()) == SUCCESS)
  /external/chromium_org/base/
basictypes.h 338 // if (TakeOwnership(my_var.get()) == SUCCESS)
  /frameworks/native/include/binder/
Parcel.h 122 status_t writeFileDescriptor(int fd, bool takeOwnership = false);