Searched refs:editorC (Results 1 – 4 of 4) sorted by relevance
600 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(pFrame->page()->editorClient()); in Sync() local601 WebAutofill* webAutofill = editorC->getAutofill(); in Sync()
1096 EditorClientAndroid* editorC = new EditorClientAndroid; in CreateFrame() local1104 pageClients.editorClient = editorC; in CreateFrame()1114 editorC->setPage(page); in CreateFrame()1135 editorC->getAutofill()->setWebViewCore(webViewCore); in CreateFrame()
4964 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(frame->page()->editorClient()); in AutoFillForm() local4965 WebAutofill* autoFill = editorC->getAutofill(); in AutoFillForm()
303 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient()); in dispatchDidCommitLoad() local304 WebAutofill* autoFill = editorC->getAutofill(); in dispatchDidCommitLoad()