HomeSort by relevance Sort by last modified time
    Searched refs:ewk_frame_navigate (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h 191 EAPI Eina_Bool ewk_frame_navigate(Evas_Object *o, int steps);
ewk_frame.cpp 931 * @see ewk_frame_navigate()
935 return ewk_frame_navigate(o, -1);
945 * @see ewk_frame_navigate()
949 return ewk_frame_navigate(o, 1);
961 Eina_Bool ewk_frame_navigate(Evas_Object* o, int steps) function
    [all...]
ewk_view.cpp     [all...]

Completed in 50 milliseconds