OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jdelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.cc
74
JNIEnv* env, jobject
jdelegate
)
75
: weak_jdelegate_(env,
jdelegate
) {
87
ScopedJavaLocalRef<jobject>
jdelegate
= weak_jdelegate_.get(env);
local
89
if (
jdelegate
.is_null())
97
jdelegate
.obj(),
intercept_navigation_delegate.h
41
InterceptNavigationDelegate(JNIEnv* env, jobject
jdelegate
);
/external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc
109
jobject
jdelegate
);
121
jobject
jdelegate
)
123
jdelegate_(env,
jdelegate
) {
125
DCHECK(
jdelegate
);
Completed in 153 milliseconds