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

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.h146 #define EWK_VIEW_SMART_CLASS_VERSION 1UL /** the version you have to put into the version field in the Ewk_View_Smart_Class structure */ macro
158 #define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
H A Dewk_view.cpp1062 if (api->version != EWK_VIEW_SMART_CLASS_VERSION) {
1065 api, api->version, EWK_VIEW_SMART_CLASS_VERSION);

Completed in 57 milliseconds