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

12

/external/webkit/Source/WebKit/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.h41 @class WebBackForwardList
42 WebBackForwardList holds an ordered list of WebHistoryItems that comprises the back and
49 @interface WebBackForwardList : NSObject {
151 @param item The item that will be checked for presence in the WebBackForwardList.
166 @interface WebBackForwardList(WebBackForwardListDeprecated)
175 associated with this WebBackForwardList will use the shared page cache.
176 @param size If size is 0, the WebView associated with this WebBackForwardList
185 associated with this WebBackForwardList will not use the shared page cache.
H A DWebBackForwardList.mm29 #import "WebBackForwardList.h"
56 typedef HashMap<BackForwardListImpl*, WebBackForwardList*> BackForwardListMap;
59 // with a pointer to a WebBackForwardList in it.
66 @implementation WebBackForwardList (WebBackForwardListInternal)
68 BackForwardListImpl* core(WebBackForwardList *webBackForwardList)
76 WebBackForwardList *kit(BackForwardListImpl* backForwardList)
81 if (WebBackForwardList *webBackForwardList = backForwardLists().get(backForwardList))
84 return [[[WebBackForwardList alloc] initWithBackForwardList:backForwardList] autorelease];
101 @implementation WebBackForwardList
119 if (WebCoreObjCScheduleDeallocateOnMainThread([WebBackForwardList clas
[all...]
H A DWebHistoryItemInternal.h29 #import "WebBackForwardList.h"
59 @interface WebBackForwardList (WebInternal)
/external/webkit/Source/WebKit/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.h56 class WebBackForwardList;
H A DWebView.cpp34 #include "WebBackForwardList.h"
2881 *list = WebBackForwardList::createInstance(static_cast<WebCore::BackForwardListImpl*>(m_page->backForwardList()));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory_p.h35 class WebBackForwardList;
53 static QWKHistory* createHistory(WebKit::WebBackForwardList* list);
56 QWKHistoryPrivate(WebKit::WebBackForwardList* list);
59 WebKit::WebBackForwardList* m_backForwardList;
H A Dqwkhistory.h39 class WebBackForwardList;
H A Dqwkhistory.cpp32 #include "WebBackForwardList.h"
87 QWKHistoryPrivate::QWKHistoryPrivate(WebKit::WebBackForwardList* list)
92 QWKHistory* QWKHistoryPrivate::createHistory(WebKit::WebBackForwardList* list)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebBackForwardList.h50 class WebBackForwardList : public APIObject { class in namespace:WebKit
54 static PassRefPtr<WebBackForwardList> create(WebPageProxy* page)
56 return adoptRef(new WebBackForwardList(page));
60 virtual ~WebBackForwardList();
88 WebBackForwardList(WebPageProxy*);
H A DWebBackForwardList.cpp27 #include "WebBackForwardList.h"
35 WebBackForwardList::WebBackForwardList(WebPageProxy* page) function in class:WebKit::WebBackForwardList
45 WebBackForwardList::~WebBackForwardList()
49 void WebBackForwardList::pageClosed()
60 void WebBackForwardList::addItem(WebBackForwardListItem* newItem)
100 void WebBackForwardList::goToItem(WebBackForwardListItem* item)
119 WebBackForwardListItem* WebBackForwardList::currentItem()
128 WebBackForwardListItem* WebBackForwardList
[all...]
H A DWebPageProxy.h85 class WebBackForwardList;
174 WebBackForwardList* backForwardList() { return m_backForwardList.get(); }
762 RefPtr<WebBackForwardList> m_backForwardList;
H A DWebPageProxy.cpp45 #include "WebBackForwardList.h"
121 , m_backForwardList(WebBackForwardList::create(this))
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKBackForwardList.cpp29 #include "WebBackForwardList.h"
36 return toAPI(WebBackForwardList::APIType);
H A DWKAPICast.h55 class WebBackForwardList;
84 WK_ADD_API_MAPPING(WKBackForwardListRef, WebBackForwardList)
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKit.h31 #import <WebKit/WebBackForwardList.h>
/external/webkit/Tools/DumpRenderTree/mac/
H A DWorkQueueItemMac.mm35 #import <WebKit/WebBackForwardList.h>
93 WebBackForwardList *bfList = [[mainFrame webView] backForwardList];
H A DDumpRenderTree.mm63 #import <WebKit/WebBackForwardList.h>
861 WebBackForwardList *bfList = [view backForwardList];
H A DLayoutTestControllerMac.mm47 #import <WebKit/WebBackForwardList.h>
202 WebBackForwardList *backForwardList = [[mainFrame webView] backForwardList];
/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebBackForwardListCF.cpp27 #include "WebBackForwardList.h"
53 CFDictionaryRef WebBackForwardList::createCFDictionaryRepresentation(WebPageProxy::WebPageProxySessionStateFilterCallback filter, void* context) const
89 bool WebBackForwardList::restoreFromCFDictionaryRepresentation(CFDictionaryRef dictionary)
93 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid current index");
99 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid integer current index");
105 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid list of entries");
111 LOG(SessionState, "WebBackForwardList dictionary representation contains an invalid current index (%ld) for the number of entries (%ld)", currentIndex, size);
116 LOG(SessionState, "WebBackForwardList dictionary representation says there is no current item index, but there is a list of %ld entries - this is bogus", size);
125 LOG(SessionState, "WebBackForwardList entry array does not have a valid entry at index %i", (int)i);
131 LOG(SessionState, "WebBackForwardList entr
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h44 @class WebBackForwardList;
313 - (WebBackForwardList *)backForwardList;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm37 #import "WebBackForwardList.h"
312 WebBackForwardList *history = [webView backForwardList];

Completed in 202 milliseconds

12