Searched refs:clientCallbacks (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DTextCheckerClientEfl.cpp142 if (textCheckerClient->clientCallbacks().continuous_spell_checking_change)
149 if (textCheckerClient->clientCallbacks().unique_spell_document_tag_get)
150 return textCheckerClient->clientCallbacks().unique_spell_document_tag_get(EwkView::toEvasObject(page));
158 if (textCheckerClient->clientCallbacks().unique_spell_document_tag_close)
159 textCheckerClient->clientCallbacks().unique_spell_document_tag_close(tag);
165 if (textCheckerClient->clientCallbacks().string_spelling_check)
166 textCheckerClient->clientCallbacks().string_spelling_check(tag, WKEinaSharedString(text), misspellingLocation, misspellingLength);
176 if (textCheckerClient->clientCallbacks().word_guesses_get) {
177 Eina_List* list = textCheckerClient->clientCallbacks().word_guesses_get(tag, WKEinaSharedString(word));
200 if (textCheckerClient->clientCallbacks()
[all...]
H A DTextCheckerClientEfl.h44 ClientCallbacks& clientCallbacks() { return m_clientCallbacks; } function in class:WebKit::TextCheckerClientEfl
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_text_checker.cpp49 TextCheckerClientEfl::instance().clientCallbacks().NAME = cb; \
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLibInternal.h512 const IOFBMessageCallbacks * clientCallbacks; member in struct:IOFBConnect
H A DIOGraphicsLib.c2725 if (next->clientCallbacks)
2726 next->clientCallbacks->ConnectionChange(next->clientCallbackRef, (void *) NULL);
2734 if (next->clientCallbacks)
2735 next->clientCallbacks->ConnectionChange(next->clientCallbackRef, (void *) NULL);
2805 connectRef->clientCallbacks = callbacks;

Completed in 191 milliseconds