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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java3235 private native WebContents nativeGetWebContentsAndroid(long nativeContentViewCoreImpl); argument
3237 private native void nativeOnJavaContentViewCoreDestroyed(long nativeContentViewCoreImpl); argument
3240 long nativeContentViewCoreImpl,
3254 private native String nativeGetURL(long nativeContentViewCoreImpl); argument
3257 long nativeContentViewCoreImpl, String url, long nativeInterstitialPageDelegateAndroid);
3258 private native boolean nativeIsShowingInterstitialPage(long nativeContentViewCoreImpl); argument
3260 private native boolean nativeIsIncognito(long nativeContentViewCoreImpl); argument
3262 private native void nativeSetFocus(long nativeContentViewCoreImpl, boolean focused); argument
3265 long nativeContentViewCoreImpl, int orientation);
3269 long nativeContentViewCoreImpl, MotionEven
3239 nativeLoadUrl( long nativeContentViewCoreImpl, String url, int loadUrlType, int transitionType, String referrerUrl, int referrerPolicy, int uaOverrideOption, String extraHeaders, byte[] postData, String baseUrlForDataUrl, String virtualUrlForDataUrl, boolean canLoadLocalResources, boolean isRendererInitiated) argument
3256 nativeShowInterstitialPage( long nativeContentViewCoreImpl, String url, long nativeInterstitialPageDelegateAndroid) argument
3264 nativeSendOrientationChangeEvent( long nativeContentViewCoreImpl, int orientation) argument
3268 nativeOnTouchEvent( long nativeContentViewCoreImpl, MotionEvent event, long timeMs, int action, int pointerCount, int historySize, int actionIndex, float x0, float y0, float x1, float y1, int pointerId0, int pointerId1, float touchMajor0, float touchMajor1, float rawX, float rawY, int androidToolType0, int androidToolType1, int androidButtonState) argument
3277 nativeSendMouseMoveEvent( long nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3280 nativeSendMouseWheelEvent( long nativeContentViewCoreImpl, long timeMs, float x, float y, float verticalAxis) argument
3283 nativeScrollBegin( long nativeContentViewCoreImpl, long timeMs, float x, float y, float hintX, float hintY) argument
3287 nativeScrollEnd(long nativeContentViewCoreImpl, long timeMs) argument
3289 nativeScrollBy( long nativeContentViewCoreImpl, long timeMs, float x, float y, float deltaX, float deltaY) argument
3293 nativeFlingStart( long nativeContentViewCoreImpl, long timeMs, float x, float y, float vx, float vy) argument
3296 nativeFlingCancel(long nativeContentViewCoreImpl, long timeMs) argument
3298 nativeSingleTap( long nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3301 nativeDoubleTap( long nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3304 nativeLongPress( long nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3307 nativePinchBegin( long nativeContentViewCoreImpl, long timeMs, float x, float y) argument
3310 nativePinchEnd(long nativeContentViewCoreImpl, long timeMs) argument
3312 nativePinchBy(long nativeContentViewCoreImpl, long timeMs, float anchorX, float anchorY, float deltaScale) argument
3315 nativeSelectBetweenCoordinates( long nativeContentViewCoreImpl, float x1, float y1, float x2, float y2) argument
3318 nativeMoveCaret(long nativeContentViewCoreImpl, float x, float y) argument
3320 nativeResetGestureDetection(long nativeContentViewCoreImpl) argument
3321 nativeSetDoubleTapSupportEnabled( long nativeContentViewCoreImpl, boolean enabled) argument
3323 nativeSetMultiTouchZoomSupportEnabled( long nativeContentViewCoreImpl, boolean enabled) argument
3326 nativeLoadIfNecessary(long nativeContentViewCoreImpl) argument
3327 nativeRequestRestoreLoad(long nativeContentViewCoreImpl) argument
3329 nativeReload(long nativeContentViewCoreImpl, boolean checkForRepost) argument
3330 nativeReloadIgnoringCache( long nativeContentViewCoreImpl, boolean checkForRepost) argument
3333 nativeCancelPendingReload(long nativeContentViewCoreImpl) argument
3335 nativeContinuePendingReload(long nativeContentViewCoreImpl) argument
3337 nativeSelectPopupMenuItems(long nativeContentViewCoreImpl, int[] indices) argument
3339 nativeScrollFocusedEditableNodeIntoView(long nativeContentViewCoreImpl) argument
3341 nativeSelectWordAroundCaret(long nativeContentViewCoreImpl) argument
3343 nativeClearHistory(long nativeContentViewCoreImpl) argument
3345 nativeAddStyleSheetByURL(long nativeContentViewCoreImpl, String stylesheetUrl) argument
3348 nativeEvaluateJavaScript(long nativeContentViewCoreImpl, String script, JavaScriptCallback callback, boolean startRenderer) argument
3351 nativeGetNativeImeAdapter(long nativeContentViewCoreImpl) argument
3353 nativeGetCurrentRenderProcessId(long nativeContentViewCoreImpl) argument
3355 nativeGetBackgroundColor(long nativeContentViewCoreImpl) argument
3357 nativeOnShow(long nativeContentViewCoreImpl) argument
3358 nativeOnHide(long nativeContentViewCoreImpl) argument
3360 nativeSetUseDesktopUserAgent(long nativeContentViewCoreImpl, boolean enabled, boolean reloadOnChange) argument
3362 nativeGetUseDesktopUserAgent(long nativeContentViewCoreImpl) argument
3364 nativeClearSslPreferences(long nativeContentViewCoreImpl) argument
3366 nativeSetAllowJavascriptInterfacesInspection( long nativeContentViewCoreImpl, boolean allow) argument
3369 nativeAddJavascriptInterface(long nativeContentViewCoreImpl, Object object, String name, Class requiredAnnotation) argument
3372 nativeRemoveJavascriptInterface(long nativeContentViewCoreImpl, String name) argument
3375 nativeGetNavigationHistory(long nativeContentViewCoreImpl, Object context) argument
3376 nativeGetDirectedNavigationHistory(long nativeContentViewCoreImpl, Object context, boolean isForward, int maxEntries) argument
3378 nativeGetOriginalUrlForActiveNavigationEntry( long nativeContentViewCoreImpl) argument
3381 nativeWasResized(long nativeContentViewCoreImpl) argument
3383 nativeIsRenderWidgetHostViewReady(long nativeContentViewCoreImpl) argument
3385 nativeExitFullscreen(long nativeContentViewCoreImpl) argument
3386 nativeUpdateTopControlsState(long nativeContentViewCoreImpl, boolean enableHiding, boolean enableShowing, boolean animate) argument
3389 nativeShowImeIfNeeded(long nativeContentViewCoreImpl) argument
3391 nativeSetAccessibilityEnabled( long nativeContentViewCoreImpl, boolean enabled) argument
3394 nativeExtractSmartClipData(long nativeContentViewCoreImpl, int x, int y, int w, int h) argument
3396 nativeSetBackgroundOpaque(long nativeContentViewCoreImpl, boolean opaque) argument
[all...]

Completed in 336 milliseconds