• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/

Lines Matching refs:Image

123 static void drawControl(GraphicsContext* gc, const FloatRect& rect, Image* img)
131 static void drawThreeSliceHorizontal(GraphicsContext* gc, const IntRect& rect, Image* img, int slice)
150 static void drawThreeSliceVertical(GraphicsContext* gc, const IntRect& rect, Image* img, int slice)
169 static void drawNineSlice(GraphicsContext* gc, const IntRect& rect, double scale, Image* img, int slice)
208 static RefPtr<Image> loadImage(const char* filename)
210 RefPtr<Image> resource;
211 resource = Image::loadPlatformResource(filename).leakRef();
316 static RefPtr<Image> bg, bgDisabled, bgHighlight;
398 static Image* cancelImage = Image::loadPlatformResource("searchCancel").leakRef();
399 static Image* cancelPressedImage = Image::loadPlatformResource("searchCancelPressed").leakRef();
448 static RefPtr<Image> disabled, inactive, pressed, active, activeMark, disableMark, pressedMark;
499 static RefPtr<Image> disabled, disabledDot, inactive, pressed, active, activeDot, pressedDot;
551 static RefPtr<Image> disabled, inactive, pressed;
589 static RefPtr<Image> disabled, inactive, pressed, arrowUp, arrowUpDisabled;
661 static Image* sliderTrack = Image::loadPlatformResource("core_progressindicator_bg").leakRef();
665 bool RenderThemeBlackBerry::paintSliderTrackRect(RenderObject* object, const PaintInfo& info, const IntRect& rect, Image* inactive)
671 static RefPtr<Image> disabled;
697 static RefPtr<Image> disabled, inactive, pressed, aura;
814 static bool paintMediaButton(GraphicsContext* context, const IntRect& rect, Image* image)
828 static Image* mediaPlay = Image::loadPlatformResource("play").leakRef();
829 static Image* mediaPause = Image::loadPlatformResource("pause").leakRef();
830 static Image* mediaStop = Image::loadPlatformResource("stop").leakRef();
831 Image* nonPlayImage;
861 static Image* divider = Image::loadPlatformResource("divider").leakRef();
880 static Image* speaker = Image::loadPlatformResource("speaker").leakRef();
898 static Image* mediaEnterFullscreen = Image::loadPlatformResource("fullscreen").leakRef();
899 static Image* mediaExitFullscreen = Image::loadPlatformResource("back").leakRef();
901 Image* buttonImage = mediaEnterFullscreen;
951 static Image* mediaBackground = Image::loadPlatformResource("core_slider_video_bg").leakRef();
952 static Image* mediaPlayer = Image::loadPlatformResource("core_slider_played_bg").leakRef();
953 static Image* mediaCache = Image::loadPlatformResource("core_slider_cache").leakRef();
977 static Image* disabledMediaSliderThumb = Image::loadPlatformResource("core_slider_handle_disabled").leakRef();
978 static Image* pressedMediaSliderThumb = Image::loadPlatformResource("core_slider_handle_pressed").leakRef();
979 static Image* mediaSliderThumb = Image::loadPlatformResource("core_media_handle").leakRef();
1012 static Image* volumeBackground = Image::loadPlatformResource("core_slider_video_bg").leakRef();
1013 static Image* volumeBar = Image::loadPlatformResource("core_slider_played_bg").leakRef();
1078 bool RenderThemeBlackBerry::paintProgressTrackRect(const PaintInfo& info, const IntRect& rect, Image* image)
1088 static void drawProgressTexture(GraphicsContext* gc, const FloatRect& rect, int n, Image* image)
1115 static Image* progressTrack = Image::loadPlatformResource("core_progressindicator_bg").leakRef();
1116 static Image* progressBar = Image::loadPlatformResource("core_progressindicator_progress").leakRef();
1117 static Image* progressPattern = Image::loadPlatformResource("core_progressindicator_pattern").leakRef();
1118 static Image* progressComplete = Image::loadPlatformResource("core_progressindicator_complete").leakRef();