Home
last modified time | relevance | path

Searched refs:resId (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/android/
DPlatformBridge.h124 static String* globalLocalizedName(rawResId resId);
/external/webkit/WebKit/android/jni/
DWebCoreFrameBridge.cpp121 WebCore::PlatformBridge::rawResId resId) in globalLocalizedName() argument
123 switch (resId) { in globalLocalizedName()
137 void initGlobalLocalizedName(WebCore::PlatformBridge::rawResId resId, in initGlobalLocalizedName() argument
141 switch (resId) { in initGlobalLocalizedName()
155 (*pointer) = new String(webFrame->getRawResourceFilename(resId).impl()); in initGlobalLocalizedName()