Searched refs:event_info (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_cookie_manager.h79 typedef void (*Ewk_Cookie_Manager_Policy_Async_Get_Cb)(Ewk_Cookie_Accept_Policy policy, void *event_info);
89 typedef void (*Ewk_Cookie_Manager_Hostnames_Async_Get_Cb)(Eina_List *hostnames, void *event_info);
95 typedef void (*Ewk_Cookie_Manager_Changes_Watch_Cb)(void *event_info);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_application_cache_manager.cpp84 static void getOriginsCallback(Eina_List* origins, void* event_info) argument
86 Eina_List** ret = static_cast<Eina_List**>(event_info);
H A Dtest_ewk2_cookie_manager.cpp66 static void getAcceptPolicyCallback(Ewk_Cookie_Accept_Policy policy, void* event_info) argument
68 Ewk_Cookie_Accept_Policy* ret = static_cast<Ewk_Cookie_Accept_Policy*>(event_info);
73 static void getHostnamesWithCookiesCallback(Eina_List* hostnames, void* event_info) argument
75 Eina_List** ret = static_cast<Eina_List**>(event_info);
/macosx-10.10.1/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp93 void _event_func_intercept_c(DB_ENV *dbenv, u_int32_t event, void *event_info) argument
95 DbEnv::_event_func_intercept(dbenv, event, event_info);
178 DB_ENV *dbenv, u_int32_t event, void *event_info)
191 (*cxxenv->event_func_callback_)(cxxenv, event, event_info);
177 _event_func_intercept( DB_ENV *dbenv, u_int32_t event, void *event_info) argument

Completed in 75 milliseconds