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

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocumentLoaderMac.h65 RetainPtr<id> m_resourceLoadDelegate; member in class:WebDocumentLoaderMac
H A DWebDocumentLoaderMac.mm58 m_resourceLoadDelegate = [webView resourceLoadDelegate];
113 m_resourceLoadDelegate = 0;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h1101 COMPtr<IWebResourceLoadDelegate> m_resourceLoadDelegate; member in class:WebView
H A DWebView.cpp2951 m_resourceLoadDelegate = d;
2958 if (!m_resourceLoadDelegate)
2961 return m_resourceLoadDelegate.copyRefTo(d);

Completed in 217 milliseconds