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

  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 274 ScopedJavaLocalRef<jstring> jpath = local
286 jfilename.obj(), jpath.obj(), item->GetReceivedBytes(), true,
299 jfilename.obj(), jpath.obj(), item->GetReceivedBytes(), true,
311 jfilename.obj(), jpath.obj(), item->GetReceivedBytes(), false,
  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 121 jstring jpath = env->NewStringUTF(path); local
124 jtitle, jdesc, jpath);
128 env->DeleteLocalRef(jpath);

Completed in 73 milliseconds