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

  /external/chromium_org/chrome/installer/util/
channel_info.h 109 bool HasMigratingSuffix() const;
channel_info_unittest.cc 126 EXPECT_TRUE(ci.HasMigratingSuffix());
129 EXPECT_TRUE(ci.HasMigratingSuffix());
132 EXPECT_FALSE(ci.HasMigratingSuffix());
135 EXPECT_FALSE(ci.HasMigratingSuffix());
140 EXPECT_TRUE(ci.HasMigratingSuffix());
143 EXPECT_TRUE(ci.HasMigratingSuffix());
146 EXPECT_FALSE(ci.HasMigratingSuffix());
149 EXPECT_FALSE(ci.HasMigratingSuffix());
channel_info.cc 291 bool ChannelInfo::HasMigratingSuffix() const {

Completed in 34 milliseconds