Searched defs:jstring_mime_type (Results 1 - 2 of 2) sorted by path

/external/chromium_org/android_webview/native/
H A Daw_contents_io_thread_client_impl.cc346 ScopedJavaLocalRef<jstring> jstring_mime_type = local
355 jstring_mime_type.obj(),
H A Daw_web_resource_response_impl.cc40 ScopedJavaLocalRef<jstring> jstring_mime_type = local
42 if (jstring_mime_type.is_null())
44 *mime_type = ConvertJavaStringToUTF8(jstring_mime_type);

Completed in 225 milliseconds