HomeSort by relevance Sort by last modified time
    Searched refs:switchActiveInput (Results 1 - 2 of 2) sorted by null

  /development/samples/BrowserPlugin/jni/form/
FormPlugin.h 65 void switchActiveInput(TextInput* input);
FormPlugin.cpp 254 switchActiveInput(currentInput);
284 void FormPlugin::switchActiveInput(TextInput* newInput) {
307 switchActiveInput(&m_usernameInput);
311 switchActiveInput(&m_passwordInput);
320 switchActiveInput(&m_usernameInput);

Completed in 61 milliseconds