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

  /external/libchrome/base/
bind_unittest.cc 60 static const int kParentValue = 1;
68 virtual void VirtualSet() { value = kParentValue; }
69 void NonVirtualSet() { value = kParentValue; }
83 virtual void VirtualSet() { value = kParentValue; }
84 void NonVirtualSet() { value = kParentValue; }
373 EXPECT_EQ(kParentValue, child.value);
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 61 static const int kParentValue = 1;
69 virtual void VirtualSet() { value = kParentValue; }
70 void NonVirtualSet() { value = kParentValue; }
84 virtual void VirtualSet() { value = kParentValue; }
85 void NonVirtualSet() { value = kParentValue; }
374 EXPECT_EQ(kParentValue, child.value);

Completed in 157 milliseconds