OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InternalAccessDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java
138
public interface
InternalAccessDelegate
{
361
private
InternalAccessDelegate
mContainerViewInternals;
751
public void initialize(ViewGroup containerView,
InternalAccessDelegate
internalDispatcher,
[
all
...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java
104
public interface
InternalAccessDelegate
extends ContentViewCore.
InternalAccessDelegate
{
152
private final
InternalAccessDelegate
mInternalAccessAdapter;
460
InternalAccessDelegate
internalAccessAdapter, AwContentsClient contentsClient,
473
InternalAccessDelegate
internalAccessAdapter, AwContentsClient contentsClient,
521
InternalAccessDelegate
internalDispatcher, int nativeWebContents,
[
all
...]
Completed in 226 milliseconds