1 16 package com.google.gwt.user.client.impl; 17 18 import com.google.gwt.user.client.Element; 19 20 24 class HistoryImplSafari extends HistoryImplFrame { 25 26 protected native String getTokenElementContent(Element tokenElement) ; 29 30 protected native void initHistoryToken() ; 38 39 protected native void injectGlobalHandler() ; 56 57 protected native void newItemImpl(Element historyFrame, String historyToken, 58 boolean forceAdd) ; 71 } 72 | Popular Tags |