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

  /external/chromium_org/base/
bind_unittest.cc 23 class NoRef {
25 NoRef() {}
35 DISALLOW_COPY_AND_ASSIGN(NoRef);
38 class HasRef : public NoRef {
206 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
236 StrictMock<NoRef> no_ref_;
239 const NoRef* const_no_ref_ptr_;
240 StrictMock<NoRef> static_func_mock_;
243 static StrictMock<NoRef>* static_func_mock_ptr;
249 StrictMock<NoRef>* BindTest::static_func_mock_ptr
    [all...]
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection_unittest.cc 71 TEST_F(DelegatedFrameResourceCollectionTest, NoRef) {

Completed in 205 milliseconds