Searched defs:is_rectangle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
H A Davatar_menu_chromeos.cc16 bool* is_rectangle) {
31 *is_rectangle = true;
14 GetImageForMenuButton(Profile* profile, gfx::Image* image, bool* is_rectangle) argument
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_desktop.cc15 bool* is_rectangle) {
25 *is_rectangle =
13 GetImageForMenuButton(Profile* profile, gfx::Image* image, bool* is_rectangle) argument
H A Dprofile_info_util.cc157 bool is_rectangle,
159 if (!is_rectangle)
177 bool is_rectangle) {
179 image, is_rectangle, kAvatarIconWidth, kAvatarIconHeight);
183 bool is_rectangle) {
184 if (!is_rectangle)
202 bool is_rectangle,
205 if (!is_rectangle)
156 GetSizedAvatarIconWithBorder(const gfx::Image& image, bool is_rectangle, int width, int height) argument
176 GetAvatarIconForMenu(const gfx::Image& image, bool is_rectangle) argument
182 GetAvatarIconForWebUI(const gfx::Image& image, bool is_rectangle) argument
201 GetAvatarIconForTitleBar(const gfx::Image& image, bool is_rectangle, int dst_width, int dst_height) argument
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_menu_button.cc86 bool is_rectangle) {
89 is_rectangle_ = is_rectangle;
85 SetAvatarIcon(const gfx::Image& icon, bool is_rectangle) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.cc91 bool is_rectangle = false; local
116 &is_rectangle);
122 avatar_button_->SetAvatarIcon(avatar, is_rectangle);

Completed in 213 milliseconds