HomeSort by relevance Sort by last modified time
    Searched refs:scoped_nsprotocol (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/mac/
scoped_nsobject.h 25 // scoped_nsprotocol<> has the same behavior as scoped_nsobject, but can be used
35 class scoped_nsprotocol { class in namespace:base
37 explicit scoped_nsprotocol(NST object = nil) : object_(object) {} function in class:base::scoped_nsprotocol
39 scoped_nsprotocol(const scoped_nsprotocol<NST>& that) function in class:base::scoped_nsprotocol
43 ~scoped_nsprotocol() {
47 scoped_nsprotocol& operator=(const scoped_nsprotocol<NST>& that) {
72 void swap(scoped_nsprotocol& that) {
78 // scoped_nsprotocol<>::release() is like scoped_ptr<>::release. It is NOT
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h 53 base::scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_;
constrained_window_sheet_info.h 19 base::scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_;

Completed in 37 milliseconds