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

/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DPageLoadClientEfl.cpp27 #include "PageLoadClientEfl.h"
43 static inline PageLoadClientEfl* toPageLoadClientEfl(const void* clientInfo)
45 return static_cast<PageLoadClientEfl*>(const_cast<void*>(clientInfo));
48 void PageLoadClientEfl::didReceiveTitleForFrame(WKPageRef, WKStringRef title, WKFrameRef frame, WKTypeRef, const void* clientInfo)
57 void PageLoadClientEfl::didChangeProgress(WKPageRef page, const void* clientInfo)
64 void PageLoadClientEfl::didFinishLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /*userData*/, const void* clientInfo)
73 void PageLoadClientEfl::didFailLoadWithErrorForFrame(WKPageRef, WKFrameRef frame, WKErrorRef error, WKTypeRef, const void* clientInfo)
84 void PageLoadClientEfl::didStartProvisionalLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /*userData*/, const void* clientInfo)
94 void PageLoadClientEfl::didReceiveServerRedirectForProvisionalLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /*userData*/, const void* clientInfo)
104 void PageLoadClientEfl
157 PageLoadClientEfl::PageLoadClientEfl(EwkView* view) function in class:WebKit::PageLoadClientEfl
[all...]
H A DPageLoadClientEfl.h36 class PageLoadClientEfl { class in namespace:WebKit
38 explicit PageLoadClientEfl(EwkView*);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.h48 class PageLoadClientEfl;
248 std::unique_ptr<WebKit::PageLoadClientEfl> m_pageLoadClient;
H A DEwkView.cpp34 #include "PageLoadClientEfl.h"
272 , m_pageLoadClient(std::make_unique<PageLoadClientEfl>(this))

Completed in 81 milliseconds