Home
last modified time | relevance | path

Searched refs:native_factory (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/android_webview/browser/
Daw_browser_context.cc42 JniDependencyFactory* native_factory) in AwBrowserContext() argument
44 native_factory_(native_factory) { in AwBrowserContext()
Daw_content_browser_client.cc149 JniDependencyFactory* native_factory) in AwContentBrowserClient() argument
150 : native_factory_(native_factory) { in AwContentBrowserClient()
Daw_browser_context.h50 JniDependencyFactory* native_factory);
Daw_content_browser_client.h30 AwContentBrowserClient(JniDependencyFactory* native_factory);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1256 JNIEnv* jni, jclass, jlong native_factory, jstring label) { in JOW()
1258 reinterpret_cast<PeerConnectionFactoryInterface*>(native_factory)); in JOW()
1265 JNIEnv* jni, jclass, jlong native_factory, jlong native_capturer, in JOW()
1270 reinterpret_cast<PeerConnectionFactoryInterface*>(native_factory)); in JOW()
1279 JNIEnv* jni, jclass, jlong native_factory, jstring id, in JOW()
1282 reinterpret_cast<PeerConnectionFactoryInterface*>(native_factory)); in JOW()
1291 JNIEnv* jni, jclass, jlong native_factory, jstring id) { in JOW()
1293 reinterpret_cast<PeerConnectionFactoryInterface*>(native_factory)); in JOW()