HomeSort by relevance Sort by last modified time
    Searched refs:itemAtIndex (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/WebKit/chromium/src/
BackForwardListClientImpl.h 54 virtual WebCore::HistoryItem* itemAtIndex(int index);
64 // The last history item that was accessed via itemAtIndex(). We keep track
BackForwardListClientImpl.cpp 91 HistoryItem* BackForwardListClientImpl::itemAtIndex(int index)
ContextMenuClientImpl.cpp 259 ContextMenuItem* inputItem = defaultMenu->itemAtIndex(i, defaultMenu->platformDescription());
  /external/webkit/WebCore/history/
BackForwardList.h 56 virtual HistoryItem* itemAtIndex(int) = 0;
83 HistoryItem* itemAtIndex(int);
BackForwardListChromium.cpp 119 HistoryItem* BackForwardList::itemAtIndex(int index)
121 return m_client->itemAtIndex(index);
BackForwardList.cpp 222 HistoryItem* BackForwardList::itemAtIndex(int index)
  /external/webkit/WebCore/platform/
ContextMenu.h 60 ContextMenuItem* itemAtIndex(unsigned, const PlatformMenuDescription);
  /external/webkit/WebCore/platform/chromium/
ContextMenuChromium.cpp 77 ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription platformDescription)
  /external/webkit/WebKit/mac/History/
WebBackForwardList.h 157 @method itemAtIndex:
162 - (WebHistoryItem *)itemAtIndex:(int)index;
WebBackForwardList.mm 312 - (WebHistoryItem *)itemAtIndex:(int)index
314 return [[kit(core(self)->itemAtIndex(index)) retain] autorelease];
  /external/webkit/WebKit/win/Interfaces/
IWebBackForwardList.idl 168 @method itemAtIndex:
172 - (WebHistoryItem *)itemAtIndex:(int)index;
174 HRESULT itemAtIndex([in] int index, [out, retval] IWebHistoryItem** item);
  /external/webkit/WebKit/win/
WebBackForwardList.h 100 virtual HRESULT STDMETHODCALLTYPE itemAtIndex(
WebBackForwardList.cpp 277 HRESULT STDMETHODCALLTYPE WebBackForwardList::itemAtIndex(
284 HistoryItem* historyItem = m_backForwardList->itemAtIndex(index);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
WorkQueueItemMac.mm 79 [[mainFrame webView] goToBackForwardItem:[bfList itemAtIndex:m_howFar]];
DumpRenderTree.mm     [all...]
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 142 NSMenu *applicationSubmenu = [[[NSApp mainMenu] itemAtIndex:0] submenu];
145 if ([[applicationSubmenu itemAtIndex:i] isSeparatorItem])
  /external/webkit/WebCore/platform/win/
ContextMenuWin.cpp 119 ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription platformDescription)
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 137 if (FAILED(bfList->itemAtIndex(m_howFar, &item)))
DumpRenderTree.cpp 577 if (FAILED(bfList->itemAtIndex(i, &item)))
602 if (FAILED(bfList->itemAtIndex(i, &item)))
    [all...]
  /external/webkit/WebCore/platform/mac/
ContextMenuItemMac.mm 40 [itemsArray addObject:[menu itemAtIndex:i]];
PopupMenuMac.mm 123 if (index == -1 && numItems == 2 && !client()->shouldPopOver() && ![[m_popup.get() itemAtIndex:1] isEnabled])
  /external/webkit/WebCore/page/
Page.cpp 293 HistoryItem* item = m_backForwardList->itemAtIndex(distance);
298 item = m_backForwardList->itemAtIndex(forwardListCount);
302 item = m_backForwardList->itemAtIndex(-backListCount);
  /external/webkit/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp 337 WebCore::HistoryItem* historyItem = backForwardList->itemAtIndex(index);
  /external/webkit/WebCore/loader/
RedirectScheduler.cpp 270 HistoryItem* specifiedEntry = m_frame->page()->backForwardList()->itemAtIndex(steps);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 312 originalURL = [[history itemAtIndex:-backIndex] URL];
    [all...]

Completed in 562 milliseconds

1 2