Searched refs:forwardList (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_back_forward_list.cpp249 Eina_List* forwardList = ewk_back_forward_list_n_forward_items_copy(backForwardList, 1); local
250 ASSERT_TRUE(forwardList);
251 ASSERT_EQ(1, eina_list_count(forwardList));
252 checkItem(static_cast<Ewk_Back_Forward_List_Item*>(eina_list_nth(forwardList, 0)), title2, url2, url2);
253 freeEinaList(forwardList);
256 forwardList = ewk_back_forward_list_n_forward_items_copy(backForwardList, 0);
257 ASSERT_FALSE(forwardList);
259 forwardList = ewk_back_forward_list_n_forward_items_copy(backForwardList, -1);
260 ASSERT_TRUE(forwardList);
261 ASSERT_EQ(2, eina_list_count(forwardList));
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBackForwardList.h72 @property (nonatomic, readonly, copy) NSArray *forwardList; variable
H A DWKBackForwardList.mm84 - (NSArray *)forwardList
86 RefPtr<API::Array> list = _list->forwardList();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_back_forward_list.cpp78 WKRetainPtr<WKArrayRef> EwkBackForwardList::forwardList(int limit) const function in class:EwkBackForwardList
184 WKRetainPtr<WKArrayRef> forwardList = list->forwardList(limit); local
186 return list->createEinaList(forwardList.get());
H A Dewk_back_forward_list_private.h46 WKRetainPtr<WKArrayRef> forwardList(int limit = -1) const;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebBackForwardList.h70 PassRefPtr<API::Array> forwardList() const;
H A DWebBackForwardList.cpp253 PassRefPtr<API::Array> WebBackForwardList::forwardList() const
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp634 OrderList forwardList; local
643 forwardList.add(order, low, high);
665 if (forwardList.compare(backwardList)) {
667 logln("Forward offsets: [%s]", printOffsets(buffer, forwardList));
670 logln("Forward CEs: [%s]", printOrders(buffer, forwardList));
676 infoln("Forward offsets: [%s]", printOffsets(buffer, forwardList));
679 infoln("Forward CEs: [%s]", printOrders(buffer, forwardList));
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIORChan.c378 static ForwardingResult *forwardList = NULL;
2514 for (resultPtr = forwardList;
2647 for (resultPtr = forwardList;
2748 TclSpliceIn(resultPtr, forwardList);
2755 * GetThreadReflectedChannelMap(). This is what we use the 'forwardList'
2791 TclSpliceOut(resultPtr, forwardList);
3182 * See below: TclSpliceOut(resultPtr, forwardList);
377 static ForwardingResult *forwardList = NULL; variable
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c6398 forwardList(Tcl_Interp *interp, Tcl_HashTable *table, char *pattern, function
8663 return forwardList(interp, Tcl_Namespace_cmdTable(nsp), pattern, definition);
11067 return forwardList(interp, Tcl_Namespace_cmdTable(nsp), pattern, definition);

Completed in 507 milliseconds