HomeSort by relevance Sort by last modified time
    Searched full:scoped_nsprotocol (Results 1 - 4 of 4) 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_;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container.mm 642 base::scoped_nsprotocol<NSControl<AutofillInputField>*> control;

Completed in 378 milliseconds