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

  /external/chromium_org/chrome/browser/ui/
chrome_style.h 21 SkColor GetBackgroundColor(); // Dialog background color.
chrome_style.cc 21 SkColor GetBackgroundColor() {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc 53 SkColor DialogNotification::GetBackgroundColor() const {
80 return GetBackgroundColor();
autofill_dialog_types.h 95 SkColor GetBackgroundColor() const;
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 31 bool MenuDelegate::GetBackgroundColor(int command_id,
menu_delegate.h 95 virtual bool GetBackgroundColor(int command_id,
menu_item_view.cc 753 if (delegate && delegate->GetBackgroundColor(GetCommand(),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.cc 139 views::Background::CreateSolidBackground(GetBackgroundColor()));
autofill_dialog_views.cc 297 views::Background::CreateSolidBackground(data.GetBackgroundColor()));
778 notifications_[0].GetBackgroundColor(),
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 404 sThis << CPWL_Utils::GetRectFillAppStream(rectWnd,this->GetBackgroundColor());
447 CPWL_Utils::DrawFillRect(pDevice,pUser2Device,rcClient,this->GetBackgroundColor(),GetTransparency());
721 CPWL_Color CPWL_Wnd::GetBackgroundColor() const
1095 color = CPWL_Utils::DevideColor(GetBackgroundColor(),2);
PWL_Note.cpp 351 this->GetBackgroundColor(), PWL_DEFAULT_BLACKCOLOR, this->GetTransparency());
708 if (CPWL_Utils::IsBlackOrWhite(this->GetBackgroundColor()))
933 return this->GetBackgroundColor();
    [all...]
PWL_ScrollBar.cpp 737 sButton << "0 w\n" << CPWL_Utils::GetColorAppStream(GetBackgroundColor(),TRUE);
752 CPWL_Utils::DrawFillRect(pDevice, pUser2Device, rectWnd, this->GetBackgroundColor(), GetTransparency());
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 106 SkColor GetBackgroundColor() const;
textfield.cc 372 SkColor Textfield::GetBackgroundColor() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 254 paint.setColor(find_text_->GetBackgroundColor());
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 180 jint GetBackgroundColor(JNIEnv* env, jobject obj);
content_view_core_impl.cc 228 root_layer_->SetBackgroundColor(GetBackgroundColor(env, obj));
342 jint ContentViewCoreImpl::GetBackgroundColor(JNIEnv* env, jobject obj) {
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 325 virtual CPWL_Color GetBackgroundColor() const;
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1428 inline FX_ARGB GetBackgroundColor(int& iColorType)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBrush.h 918 Status GetBackgroundColor(OUT Color *color) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 115 Status GetBackgroundColor(Color *color) const
  /external/chromium_org/ash/shelf/
shelf_view.cc 153 virtual bool GetBackgroundColor(int command_id,
193 bool ShelfMenuModelAdapter::GetBackgroundColor(int command_id,
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 169 color = FX_ARGBTOCOLORREF(pFormCtrl->GetBackgroundColor(iColorType));
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 427 milliseconds