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

  /external/chromium_org/chrome/common/
instant_types.cc 61 image_horizontal_alignment(THEME_BKGRND_IMAGE_ALIGN_CENTER),
82 image_horizontal_alignment == rhs.image_horizontal_alignment &&
instant_types.h 181 ThemeBackgroundImageAlignment image_horizontal_alignment; member in struct:ThemeBackgroundInfo
render_messages.h 190 IPC_STRUCT_TRAITS_MEMBER(image_horizontal_alignment)
  /external/chromium_org/chrome/browser/search/
instant_service.cc 351 theme_info_->image_horizontal_alignment = THEME_BKGRND_IMAGE_ALIGN_LEFT;
353 theme_info_->image_horizontal_alignment = THEME_BKGRND_IMAGE_ALIGN_RIGHT;
355 theme_info_->image_horizontal_alignment = THEME_BKGRND_IMAGE_ALIGN_CENTER;
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 709 if (theme_info.image_horizontal_alignment ==
712 } else if (theme_info.image_horizontal_alignment ==
    [all...]

Completed in 78 milliseconds