HomeSort by relevance Sort by last modified time
    Searched refs:optionalSharedHistory (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 66 @method optionalSharedHistory
70 + (WebHistory *)optionalSharedHistory;
WebHistory.mm 647 + (WebHistory *)optionalSharedHistory
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 69 @method optionalSharedHistory
72 + (WebHistory *)optionalSharedHistory;
74 HRESULT optionalSharedHistory([out, retval] IWebHistory** history);
  /external/webkit/Source/WebKit/win/
WebHistory.h 59 virtual HRESULT STDMETHODCALLTYPE optionalSharedHistory(
WebHistory.cpp 216 HRESULT STDMETHODCALLTYPE WebHistory::optionalSharedHistory(
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 249 if (![WebHistory optionalSharedHistory]) {
323 return [[[WebHistory optionalSharedHistory] allItems] count];
    [all...]
DumpRenderTree.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
WebChromeClient.mm 728 [[WebHistory optionalSharedHistory] _addVisitedLinksToPageGroup:[m_webView page]->group()];
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 248 if (FAILED(history->optionalSharedHistory(&sharedHistory)) || !sharedHistory)
    [all...]

Completed in 245 milliseconds