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

  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 466 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifier").releaseRef();
467 i.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
502 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifierResults").releaseRef();
503 i.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
RenderThemeWin.cpp 870 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifier").releaseRef();
871 paintInfo.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
    [all...]

Completed in 36 milliseconds