Searched refs:isLoading (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webdatasource.py7 self.failUnlessResultIsBOOL(WebDataSource.isLoading)
H A Dtest_webview.py42 self.failUnlessResultIsBOOL(WebView.isLoading)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webdatasource.py7 self.assertResultIsBOOL(WebDataSource.isLoading)
H A Dtest_webview.py42 self.assertResultIsBOOL(WebView.isLoading)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_webdatasource.py7 self.assertResultIsBOOL(WebDataSource.isLoading)
H A Dtest_webview.py47 self.assertResultIsBOOL(WebView.isLoading)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Cookies/soup/
H A DWebKitSoupCookieJarSqlite.cpp35 bool isLoading; member in struct:_WebKitSoupCookieJarSqlitePrivate
94 priv->isLoading = true;
98 priv->isLoading = false;
123 priv->isLoading = false;
172 if (sqliteJar->priv->isLoading)
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.h113 @property isLoading
116 @property (nonatomic, getter=isLoading, readonly) BOOL loading;
H A DWebDataSource.mm96 ASSERT(!loader->isLoading());
573 - (BOOL)isLoading
H A DWebView.h450 @property (nonatomic, getter=isLoading, readonly) BOOL loading;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DPageLoadState.cpp101 bool isLoadingChanged = isLoading(m_committedState) != isLoading(m_uncommittedState);
165 bool PageLoadState::isLoading() const function in class:WebKit::PageLoadState
167 return isLoading(m_committedState);
383 bool PageLoadState::isLoading(const Data& data) function in class:WebKit::PageLoadState
H A DPageLoadState.h113 bool isLoading() const;
196 static bool isLoading(const Data&);
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebDataSource.idl132 @method isLoading
134 - (BOOL)isLoading;
136 HRESULT isLoading([out, retval] BOOL* loading);
H A DIWebView.idl612 @method isLoading
614 - (BOOL)isLoading;
616 HRESULT isLoading([out, retval] BOOL* isLoading);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebDataSource.h77 virtual HRESULT STDMETHODCALLTYPE isLoading(
H A DWebDataSource.cpp240 HRESULT STDMETHODCALLTYPE WebDataSource::isLoading( function in class:WebDataSource
H A DWebView.h273 virtual HRESULT STDMETHODCALLTYPE isLoading(
274 /* [retval][out] */ BOOL *isLoading);
H A DWebView.cpp3659 HRESULT STDMETHODCALLTYPE WebView::isLoading(
3660 /* [retval][out] */ BOOL* isLoading)
3665 if (!isLoading)
3668 *isLoading = FALSE;
3674 dataSource->isLoading(isLoading);
3676 if (*isLoading)
3680 provisionalDataSource->isLoading(isLoading);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextController.h109 @property (readonly, getter=isLoading) BOOL loading;
H A DWKWebView.h128 @property (nonatomic, readonly, getter=isLoading) BOOL loading;
H A DWKBrowsingContextController.mm331 - (BOOL)isLoading
333 return _page->pageLoadState().isLoading();
/macosx-10.10.1/WebKit-7600.1.25/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm173 if ([wv isLoading]) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebView.cpp165 bool isLoading; member in struct:_WebKitWebViewPrivate
1496 static void webkitWebViewSetIsLoading(WebKitWebView* webView, bool isLoading) argument
1498 if (webView->priv->isLoading == isLoading)
1501 webView->priv->isLoading = isLoading;
1506 if (webView->priv->isLoading)
2252 return webView->priv->isLoading;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureControllerMac.mm724 if (m_webPageProxy.pageLoadState().isLoading()) {
745 if (m_webPageProxy.pageLoadState().isLoading())
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h487 void savePanicString(bool isLoading);

Completed in 134 milliseconds

12