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

  /external/libchrome/base/
bind_unittest.cc 28 class NoRef {
30 NoRef() {}
40 DISALLOW_COPY_AND_ASSIGN(NoRef);
43 class HasRef : public NoRef {
217 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
247 StrictMock<NoRef> no_ref_;
250 const NoRef* const_no_ref_ptr_;
251 StrictMock<NoRef> static_func_mock_;
254 static StrictMock<NoRef>* static_func_mock_ptr;
260 StrictMock<NoRef>* BindTest::static_func_mock_ptr
    [all...]
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 29 class NoRef {
31 NoRef() {}
41 DISALLOW_COPY_AND_ASSIGN(NoRef);
44 class HasRef : public NoRef {
218 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
248 StrictMock<NoRef> no_ref_;
251 const NoRef* const_no_ref_ptr_;
252 StrictMock<NoRef> static_func_mock_;
255 static StrictMock<NoRef>* static_func_mock_ptr;
261 StrictMock<NoRef>* BindTest::static_func_mock_ptr
    [all...]

Completed in 212 milliseconds