Home | History | Annotate | Download | only in engine

Lines Matching refs:extra

506     if (record.extra.get()) {
507 expected_extra_value.reset(record.extra->ToValue());
510 EXPECT_EQ(record.extra.get() != NULL,
511 node_value->Get("extra", &extra_value));
542 record.extra.reset(new StrictMock<MockExtraChangeRecordData>());
554 record.extra.reset(new StrictMock<MockExtraChangeRecordData>());
559 // Delete (no extra)
570 // Delete (with extra)
580 scoped_ptr<StrictMock<MockExtraChangeRecordData> > extra(
582 EXPECT_CALL(*extra, ToValue()).Times(2).WillRepeatedly(
585 record.extra.reset(extra.release());