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

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFormClient.cpp44 RefPtr<ImmutableDictionary> textFieldsMap = ImmutableDictionary::adopt(map); local
46 m_client.willSubmitForm(toAPI(page), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), toAPI(userData), toAPI(listener), m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageFormClient.cpp96 RefPtr<ImmutableDictionary> textFieldsMap = ImmutableDictionary::adopt(map); local
99 m_client.willSubmitForm(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), &userDataToPass, m_client.clientInfo);

Completed in 64 milliseconds