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

  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 566 ResourceName name = new ResourceName(packageName, resid);
729 private Drawable getCachedIcon(ResourceName name) {
755 private void putCachedIcon(ResourceName name, Drawable dr) {
772 Iterator<ResourceName> it = sIconCache.keySet().iterator();
774 ResourceName nm = it.next();
783 Iterator<ResourceName> it = sStringCache.keySet().iterator();
785 ResourceName nm = it.next();
806 private static final class ResourceName {
810 ResourceName(String _packageName, int _iconId)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptEventListener.cpp 117 if (!origin.ResourceName().IsEmpty()) {
118 sourceName = toWebCoreString(origin.ResourceName());
V8Proxy.cpp 502 String resourceName("undefined");
504 if (!origin.ResourceName().IsEmpty()) {
505 resourceName = toWebCoreString(origin.ResourceName());
508 cookie = InspectorInstrumentation::willCallFunction(m_frame, resourceName, lineNumber);
  /external/v8/include/
v8.h 565 inline Handle<Value> ResourceName() const;
    [all...]
  /external/v8/src/
api.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1142 milliseconds