Searched refs:LoadState (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontFace.h90 enum LoadState { NotLoaded, Loading, Loaded, Error }; enum in class:WebCore::CSSFontFace
91 LoadState loadState() const { return m_loadState; }
114 LoadState m_loadState;
116 void notifyFontLoader(LoadState);
H A DCSSFontFace.cpp149 void CSSFontFace::notifyFontLoader(LoadState newState)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFrameProxy.h63 enum LoadState { enum in class:WebKit::WebFrameProxy
79 LoadState loadState() const { return m_loadState; }
124 LoadState m_loadState;
H A DWebPageProxy.h643 WebFrameProxy::LoadState loadStateAtProcessExit() const { return m_loadStateAtProcessExit; }
1141 WebFrameProxy::LoadState m_loadStateAtProcessExit;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DBackingStoreClient.h69 WebPagePrivate::LoadState loadState() const;
H A DBackingStoreClient.cpp178 WebPagePrivate::LoadState BackingStoreClient::loadState() const
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage_p.h110 enum LoadState { None /* on instantiation of page */, Provisional, Committed, Finished, Failed }; enum in class:BlackBerry::WebKit::WebPagePrivate
134 LoadState loadState() const { return m_loadState; }
138 void setLoadState(LoadState);
515 LoadState m_loadState;
H A DWebPage.cpp1019 void WebPagePrivate::setLoadState(LoadState state)
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMediaElement.h664 enum LoadState { WaitingForSource, LoadingFromSrcAttr, LoadingFromSourceElement }; enum in class:WebCore::HTMLMediaElement
665 LoadState m_loadState;

Completed in 187 milliseconds