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

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 73 @method setOptionalSharedHistory:
76 + (void)setOptionalSharedHistory:(WebHistory *)history;
WebHistory.mm 652 + (void)setOptionalSharedHistory:(WebHistory *)history
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 77 @method setOptionalSharedHistory:
79 + (void)setOptionalSharedHistory:(WebHistory *)history;
81 HRESULT setOptionalSharedHistory([in] IWebHistory* history);
  /external/webkit/Source/WebKit/win/
WebHistory.h 62 virtual HRESULT STDMETHODCALLTYPE setOptionalSharedHistory(
WebHistory.cpp 225 HRESULT STDMETHODCALLTYPE WebHistory::setOptionalSharedHistory(
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
LayoutTestControllerMac.mm 251 [WebHistory setOptionalSharedHistory:history];
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
LayoutTestControllerWin.cpp 173 history->setOptionalSharedHistory(sharedHistory.get());
    [all...]

Completed in 1230 milliseconds