Searched refs:WebBackForwardList (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardListInternal.h29 #import <WebKit/WebBackForwardList.h>
36 WebCore::BackForwardListImpl* core(WebBackForwardList *);
37 WebBackForwardList *kit(WebCore::BackForwardListImpl*);
39 @interface WebBackForwardList (WebBackForwardListInternal)
H A DWebBackForwardListPrivate.h31 #import <WebKit/WebBackForwardList.h>
33 @interface WebBackForwardList (WebBackForwardListPrivate)
H A DWebBackForwardList.h35 @class WebBackForwardList
36 WebBackForwardList holds an ordered list of WebHistoryItems that comprises the back and
43 @interface WebBackForwardList : NSObject {
145 @param item The item that will be checked for presence in the WebBackForwardList.
160 @interface WebBackForwardList(WebBackForwardListDeprecated)
169 associated with this WebBackForwardList will use the shared page cache.
170 @param size If size is 0, the WebView associated with this WebBackForwardList
179 associated with this WebBackForwardList will not use the shared page cache.
H A DWebBackForwardList.mm29 #import "WebBackForwardList.h"
57 typedef HashMap<BackForwardListImpl*, WebBackForwardList*> BackForwardListMap;
60 // with a pointer to a WebBackForwardList in it.
67 @implementation WebBackForwardList (WebBackForwardListInternal)
69 BackForwardListImpl* core(WebBackForwardList *webBackForwardList)
77 WebBackForwardList *kit(BackForwardListImpl* backForwardList)
82 if (WebBackForwardList *webBackForwardList = backForwardLists().get(backForwardList))
85 return [[[WebBackForwardList alloc] initWithBackForwardList:backForwardList] autorelease];
102 @implementation WebBackForwardList
119 if (WebCoreObjCScheduleDeallocateOnMainThread([WebBackForwardList clas
[all...]
H A DWebHistoryItemInternal.h29 #import "WebBackForwardList.h"
58 @interface WebBackForwardList (WebInternal)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webbackforwardlist.py7 self.failUnlessResultIsBOOL(WebBackForwardList.containsItem_)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webbackforwardlist.py7 self.assertResultIsBOOL(WebBackForwardList.containsItem_)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.cpp28 #include "WebBackForwardList.h"
41 // WebBackForwardList ----------------------------------------------------------------
44 // with a pointer to a WebBackForwardList in it.
45 static HashMap<BackForwardListImpl*, WebBackForwardList*>& backForwardListWrappers()
47 static HashMap<BackForwardListImpl*, WebBackForwardList*> staticBackForwardListWrappers;
51 WebBackForwardList::WebBackForwardList(PassRefPtr<BackForwardListImpl> backForwardList) function in class:WebBackForwardList
59 gClassNameCount.add("WebBackForwardList");
62 WebBackForwardList::~WebBackForwardList()
[all...]
H A DWebBackForwardList.h40 class WebBackForwardList : public IWebBackForwardList, IWebBackForwardListPrivate class in inherits:IWebBackForwardList,IWebBackForwardListPrivate
43 static WebBackForwardList* createInstance(PassRefPtr<WebCore::BackForwardListImpl>);
45 WebBackForwardList(PassRefPtr<WebCore::BackForwardListImpl>);
46 ~WebBackForwardList();
108 // WebBackForwardList
H A DWebView.h68 class WebBackForwardList;
H A DWebView.cpp37 #include "WebBackForwardList.h"
3053 *list = WebBackForwardList::createInstance(static_cast<WebCore::BackForwardListImpl*>(m_page->backForwardList()));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebBackForwardList.h50 class WebBackForwardList : public TypedAPIObject<APIObject::TypeBackForwardList> { class in namespace:WebKit
52 static PassRefPtr<WebBackForwardList> create(WebPageProxy* page)
54 return adoptRef(new WebBackForwardList(page));
58 virtual ~WebBackForwardList();
86 explicit WebBackForwardList(WebPageProxy*);
H A DWebBackForwardList.cpp27 #include "WebBackForwardList.h"
35 WebBackForwardList::WebBackForwardList(WebPageProxy* page) function in class:WebKit::WebBackForwardList
44 WebBackForwardList::~WebBackForwardList()
46 // A WebBackForwardList should never be destroyed unless it's associated page has been closed or is invalid.
50 void WebBackForwardList::pageClosed()
70 void WebBackForwardList::addItem(WebBackForwardListItem* newItem)
133 void WebBackForwardList::goToItem(WebBackForwardListItem* item)
151 WebBackForwardListItem* WebBackForwardList
[all...]
H A DWebPageProxy.h138 class WebBackForwardList;
252 WebBackForwardList* backForwardList() const { return m_backForwardList.get(); }
1134 RefPtr<WebBackForwardList> m_backForwardList;
H A DWebPageProxy.cpp53 #include "WebBackForwardList.h"
247 , m_backForwardList(WebBackForwardList::create(this))
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitBackForwardListPrivate.h29 #include "WebBackForwardList.h"
32 WebKitBackForwardList* webkitBackForwardListCreate(WebKit::WebBackForwardList*);
H A DWebKitBackForwardList.cpp60 WebBackForwardList* backForwardItems;
123 WebKitBackForwardList* webkitBackForwardListCreate(WebBackForwardList* backForwardItems)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKBackForwardList.cpp29 #include "WebBackForwardList.h"
36 return toAPI(WebBackForwardList::APIType);
H A DWKAPICast.h61 class WebBackForwardList;
105 WK_ADD_API_MAPPING(WKBackForwardListRef, WebBackForwardList)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebnavigationhistory_p_p.h38 class WebBackForwardList;
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKit.h31 #import <WebKit/WebBackForwardList.h>
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/cf/
H A DWebBackForwardListCF.cpp27 #include "WebBackForwardList.h"
68 CFDictionaryRef WebBackForwardList::createCFDictionaryRepresentation(WebPageProxy::WebPageProxySessionStateFilterCallback filter, void* context) const
87 LOG(SessionState, "WebBackForwardList contained a null entry at index %lu", i);
143 bool WebBackForwardList::restoreFromCFDictionaryRepresentation(CFDictionaryRef dictionary)
152 LOG(SessionState, "WebBackForwardList dictionary representation contains a version that is not a number");
158 LOG(SessionState, "WebBackForwardList dictionary representation does not have a correctly typed current version");
165 LOG(SessionState, "WebBackForwardList dictionary representation has an invalid current version (%ld)", version);
169 bool WebBackForwardList::restoreFromV0CFDictionaryRepresentation(CFDictionaryRef dictionary)
173 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid current index");
179 LOG(SessionState, "WebBackForwardList dictionar
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.h38 @class WebBackForwardList;
307 - (WebBackForwardList *)backForwardList;
H A DWebView.mm2378 // For backwards compatibility with the WebBackForwardList API, we honor both
3912 - (WebBackForwardList *)backForwardList

Completed in 211 milliseconds