Home | History | Annotate | Download | only in webkit

Lines Matching refs:mNativeClass

86     private int mNativeClass;
255 mNativeClass, 0).sendToTarget();
463 nativeSetNewStorageLimit(mNativeClass, newQuota);
478 nativeSetNewStorageLimit(mNativeClass, newQuota);
595 nativeClearContent(mNativeClass);
688 * @param nativeClass Pointer to the C++ WebViewCore object mNativeClass
699 * @param nativeClass Pointer to the C++ WebViewCore object mNativeClass
721 * @param nativeClass Pointer to the C++ WebViewCore object mNativeClass
741 * @param nativeClass Pointer to the C++ WebViewCore object mNativeClass
1249 if (mNativeClass != 0) {
1250 nativeCloseIdleConnections(mNativeClass);
1260 if (mWebViewClassic == null || mNativeClass == 0) {
1293 mNativeClass = 0;
1299 nativeRevealSelection(mNativeClass);
1310 nativeScrollFocusedTextInput(mNativeClass, xPercent,
1350 nativeRegisterURLSchemeAsLocal(mNativeClass,
1360 nativeContentInvalidateAll(mNativeClass);
1400 nativeSetScrollOffset(mNativeClass,
1406 nativeSetGlobalBounds(mNativeClass, r.left, r.top,
1429 nativePause(mNativeClass);
1433 nativeResume(mNativeClass);
1438 nativeFreeMemory(mNativeClass);
1471 nativeReplaceTextfieldText(mNativeClass, msg.arg1,
1482 passToJs(mNativeClass,
1493 nativeSaveDocumentState(mNativeClass);
1501 nativeCloseIdleConnections(mNativeClass);
1505 nativeSetFocusControllerActive(mNativeClass, msg.arg1 == 1);
1530 nativeMoveMouse(mNativeClass, msg.arg1, msg.arg2);
1554 nativeDeleteSelection(mNativeClass,
1559 nativeSetSelection(mNativeClass, msg.arg1, msg.arg2);
1566 nativeModifySelection(mNativeClass, msg.arg1,
1583 nativeSendListBoxChoices(mNativeClass,
1588 nativeSendListBoxChoice(mNativeClass, msg.arg1);
1592 nativeSetBackgroundColor(mNativeClass, msg.arg1);
1596 nativeDumpDomTree(mNativeClass, msg.arg1 == 1);
1600 nativeDumpRenderTree(mNativeClass, msg.arg1 == 1);
1604 nativeSetJsFlags(mNativeClass, (String)msg.obj);
1608 nativeContentInvalidateAll(mNativeClass);
1623 nativeGeolocationPermissionsProvide(mNativeClass,
1639 nativeProvideVisitedHistory(mNativeClass, (String[])msg.obj);
1643 nativeFullScreenPluginHidden(mNativeClass, msg.arg1);
1647 nativePluginSurfaceReady(mNativeClass);
1651 nativeNotifyAnimationStarted(mNativeClass);
1668 nativeAutoFillForm(mNativeClass, msg.arg1);
1685 nativeScrollLayer(mNativeClass, nativeLayer,
1691 nativeDeleteText(mNativeClass, handles[0],
1697 String copiedText = nativeGetText(mNativeClass,
1708 nativeInsertText(mNativeClass, (String) msg.obj);
1713 nativeClearTextSelection(mNativeClass);
1715 nativeSelectText(mNativeClass, args[0],
1725 if (!nativeSelectWordAt(mNativeClass, x, y)) {
1734 nativeSelectAll(mNativeClass);
1739 int matchCount = nativeFindAll(mNativeClass, request.mSearchText);
1740 int matchIndex = nativeFindNext(mNativeClass, true);
1747 nativeFindAll(mNativeClass, null);
1755 int matchIndex = nativeFindNext(mNativeClass, msg.arg1 != 0);
1764 nativeSetInitialFocus(mNativeClass, msg.arg1);
1792 if (mNativeClass == 0) {
1806 return nativeMouseClick(mNativeClass);
1818 int touchFlags = nativeHandleTouchEvent(mNativeClass,
2012 WebKitHitTest hit = nativeHitTest(mNativeClass, x, y, slop, moveMouse);
2054 boolean handled = nativeKey(mNativeClass, keyCode, unicodeChar, evt.getRepeatCount(),
2077 nativeKey(mNativeClass, 0, unicodeChar, 0, false, false, false, true);
2078 nativeKey(mNativeClass, 0, unicodeChar, 0, false, false, false, false);
2108 nativeSetSize(mNativeClass, width, height, textwrapWidth, scale,
2234 draw.mBaseLayer = nativeRecordContent(mNativeClass, draw.mContentSize);
2250 draw.mFocusSizeChanged = nativeFocusBoundsChanged(mNativeClass);
2257 nativeGetContentMinPrefWidth(mNativeClass));
2280 draw.mBaseLayer = nativeRecordContent(mNativeClass, draw.mContentSize);
2329 if (core.mNativeClass == 0) {
2333 core.nativeSetIsPaused(core.mNativeClass, true);
2347 if (core.mNativeClass == 0) {
2351 core.nativeSetIsPaused(core.mNativeClass, false);
2510 setViewportSettingsFromNative(mNativeClass);
3112 * @param nativeClass The pointer to the native class (mNativeClass)
3129 * @param nativeClass The pointer to the native class (mNativeClass)