Searched defs:nativeContentViewCoreImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2984 private native void nativeOnJavaContentViewCoreDestroyed(int nativeContentViewCoreImpl); argument
2987 int nativeContentViewCoreImpl,
2998 private native String nativeGetURL(int nativeContentViewCoreImpl); argument
3000 private native String nativeGetTitle(int nativeContentViewCoreImpl); argument
3003 int nativeContentViewCoreImpl, String url, int nativeInterstitialPageDelegateAndroid);
3004 private native boolean nativeIsShowingInterstitialPage(int nativeContentViewCoreImpl); argument
3006 private native boolean nativeIsIncognito(int nativeContentViewCoreImpl); argument
3009 private native boolean nativeCrashed(int nativeContentViewCoreImpl); argument
3011 private native void nativeSetFocus(int nativeContentViewCoreImpl, boolean focused); argument
3014 int nativeContentViewCoreImpl, in
2986 nativeLoadUrl( int nativeContentViewCoreImpl, String url, int loadUrlType, int transitionType, int uaOverrideOption, String extraHeaders, byte[] postData, String baseUrlForDataUrl, String virtualUrlForDataUrl, boolean canLoadLocalResources) argument
3002 nativeShowInterstitialPage( int nativeContentViewCoreImpl, String url, int nativeInterstitialPageDelegateAndroid) argument
3013 nativeSendOrientationChangeEvent( int nativeContentViewCoreImpl, int orientation) argument
3017 nativeSendTouchEvent( int nativeContentViewCoreImpl, long timeMs, int action, TouchPoint[] pts) argument
3020 nativeSendMouseMoveEvent( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3023 nativeSendMouseWheelEvent( int nativeContentViewCoreImpl, long timeMs, float x, float y, float verticalAxis) argument
3026 nativeScrollBegin( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3029 nativeScrollEnd(int nativeContentViewCoreImpl, long timeMs) argument
3031 nativeScrollBy( int nativeContentViewCoreImpl, long timeMs, float x, float y, float deltaX, float deltaY, boolean lastInputEventForVSync) argument
3035 nativeFlingStart( int nativeContentViewCoreImpl, long timeMs, float x, float y, float vx, float vy) argument
3038 nativeFlingCancel(int nativeContentViewCoreImpl, long timeMs) argument
3040 nativeSingleTap( int nativeContentViewCoreImpl, long timeMs, float x, float y, boolean linkPreviewTap) argument
3043 nativeSingleTapUnconfirmed( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3046 nativeShowPressState( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3049 nativeShowPressCancel( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3052 nativeDoubleTap( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3055 nativeLongPress( int nativeContentViewCoreImpl, long timeMs, float x, float y, boolean linkPreviewTap) argument
3058 nativeLongTap( int nativeContentViewCoreImpl, long timeMs, float x, float y, boolean linkPreviewTap) argument
3061 nativePinchBegin( int nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3064 nativePinchEnd(int nativeContentViewCoreImpl, long timeMs) argument
3066 nativePinchBy(int nativeContentViewCoreImpl, long timeMs, float anchorX, float anchorY, float deltaScale, boolean lastInputEventForVSync) argument
3069 nativeSelectBetweenCoordinates( int nativeContentViewCoreImpl, float x1, float y1, float x2, float y2) argument
3072 nativeMoveCaret(int nativeContentViewCoreImpl, float x, float y) argument
3074 nativeCanGoBack(int nativeContentViewCoreImpl) argument
3075 nativeCanGoForward(int nativeContentViewCoreImpl) argument
3076 nativeCanGoToOffset(int nativeContentViewCoreImpl, int offset) argument
3077 nativeGoBack(int nativeContentViewCoreImpl) argument
3078 nativeGoForward(int nativeContentViewCoreImpl) argument
3079 nativeGoToOffset(int nativeContentViewCoreImpl, int offset) argument
3080 nativeGoToNavigationIndex(int nativeContentViewCoreImpl, int index) argument
3082 nativeStopLoading(int nativeContentViewCoreImpl) argument
3084 nativeReload(int nativeContentViewCoreImpl) argument
3086 nativeCancelPendingReload(int nativeContentViewCoreImpl) argument
3088 nativeContinuePendingReload(int nativeContentViewCoreImpl) argument
3090 nativeSelectPopupMenuItems(int nativeContentViewCoreImpl, int[] indices) argument
3092 nativeScrollFocusedEditableNodeIntoView(int nativeContentViewCoreImpl) argument
3093 nativeUndoScrollFocusedEditableNodeIntoView(int nativeContentViewCoreImpl) argument
3094 nativeNeedsReload(int nativeContentViewCoreImpl) argument
3096 nativeClearHistory(int nativeContentViewCoreImpl) argument
3098 nativeEvaluateJavaScript(int nativeContentViewCoreImpl, String script, JavaScriptCallback callback, boolean startRenderer) argument
3101 nativeGetNativeImeAdapter(int nativeContentViewCoreImpl) argument
3103 nativeGetCurrentRenderProcessId(int nativeContentViewCoreImpl) argument
3105 nativeGetBackgroundColor(int nativeContentViewCoreImpl) argument
3107 nativeOnShow(int nativeContentViewCoreImpl) argument
3108 nativeOnHide(int nativeContentViewCoreImpl) argument
3110 nativeSetUseDesktopUserAgent(int nativeContentViewCoreImpl, boolean enabled, boolean reloadOnChange) argument
3112 nativeGetUseDesktopUserAgent(int nativeContentViewCoreImpl) argument
3114 nativeClearSslPreferences(int nativeContentViewCoreImpl) argument
3116 nativeAddJavascriptInterface(int nativeContentViewCoreImpl, Object object, String name, Class requiredAnnotation, HashSet<Object> retainedObjectSet) argument
3119 nativeRemoveJavascriptInterface(int nativeContentViewCoreImpl, String name) argument
3121 nativeGetNavigationHistory(int nativeContentViewCoreImpl, Object context) argument
3122 nativeGetDirectedNavigationHistory(int nativeContentViewCoreImpl, Object context, boolean isForward, int maxEntries) argument
3124 nativeGetOriginalUrlForActiveNavigationEntry( int nativeContentViewCoreImpl) argument
3127 nativeUpdateVSyncParameters(int nativeContentViewCoreImpl, long timebaseMicros, long intervalMicros) argument
3130 nativeOnVSync(int nativeContentViewCoreImpl, long frameTimeMicros) argument
3132 nativeOnAnimate(int nativeContentViewCoreImpl, long frameTimeMicros) argument
3134 nativePopulateBitmapFromCompositor(int nativeContentViewCoreImpl, Bitmap bitmap) argument
3137 nativeWasResized(int nativeContentViewCoreImpl) argument
3139 nativeIsRenderWidgetHostViewReady(int nativeContentViewCoreImpl) argument
3141 nativeExitFullscreen(int nativeContentViewCoreImpl) argument
3142 nativeUpdateTopControlsState(int nativeContentViewCoreImpl, boolean enableHiding, boolean enableShowing, boolean animate) argument
3145 nativeShowImeIfNeeded(int nativeContentViewCoreImpl) argument
3147 nativeAttachExternalVideoSurface( int nativeContentViewCoreImpl, int playerId, Surface surface) argument
3150 nativeDetachExternalVideoSurface( int nativeContentViewCoreImpl, int playerId) argument
3153 nativeSetAccessibilityEnabled( int nativeContentViewCoreImpl, boolean enabled) argument
[all...]

Completed in 51 milliseconds