OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_icon
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_icon_manager_unittest.cc
126
SkBitmap
first_icon
= icon_manager.GetIcon(extension->id());
local
127
EXPECT_FALSE(gfx::BitmapsAreEqual(
first_icon
, default_icon));
139
EXPECT_TRUE(gfx::BitmapsAreEqual(
first_icon
, second_icon));
168
SkBitmap
first_icon
= icon_manager.GetIcon(extension->id());
local
169
EXPECT_FALSE(gfx::BitmapsAreEqual(
first_icon
, default_icon));
181
EXPECT_TRUE(gfx::BitmapsAreEqual(
first_icon
, second_icon));
/external/chromium/chrome/browser/extensions/
extension_icon_manager_unittest.cc
121
SkBitmap
first_icon
= icon_manager.GetIcon(extension->id());
local
122
EXPECT_FALSE(gfx::BitmapsAreEqual(
first_icon
, default_icon));
134
EXPECT_TRUE(gfx::BitmapsAreEqual(
first_icon
, second_icon));
Completed in 481 milliseconds