Home | History | Annotate | Download | only in webkit

Lines Matching refs:nativeFocusIsPlugin

4169             if (nativeFocusIsPlugin()) {
4179 if (nativeFocusIsPlugin()) {
4310 if (nativeFocusIsPlugin()) {
4320 if (nativeFocusIsPlugin()) {
4747 if (!inEditingMode() && (mNativeClass == 0 || !nativeFocusIsPlugin())) {
5058 Log.v(LOGTAG, "nativeFocusIsPlugin()=" + nativeFocusIsPlugin());
5063 return nativeFocusIsPlugin()
5959 if (mNativeClass != 0 && nativeFocusIsPlugin()) {
7725 * Pass the key to the plugin. This assumes that nativeFocusIsPlugin()
7898 private native boolean nativeFocusIsPlugin();