OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawableDirectory
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/
RenderSkinCombo.cpp
122
String
drawableDirectory
= RenderSkinAndroid::
DrawableDirectory
();
125
isDecoded = RenderSkinAndroid::DecodeBitmap(am, (
drawableDirectory
+ "combobox_nohighlight.png").utf8().data(), &bitmaps[kNormal][FullAsset]);
126
isDecoded &= RenderSkinAndroid::DecodeBitmap(am, (
drawableDirectory
+ "combobox_disabled.png").utf8().data(), &bitmaps[kDisabled][FullAsset]);
RenderSkinMediaButton.cpp
76
String
drawableDirectory
= RenderSkinAndroid::
DrawableDirectory
();
82
String path =
drawableDirectory
+ gFiles[i].name;
Completed in 284 milliseconds