Searched refs:History (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/page/
H A DHistory.cpp27 #include "History.h"
44 History::History(Frame* frame) function in class:WebCore::History
50 unsigned History::length() const
59 PassRefPtr<SerializedScriptValue> History::state()
65 PassRefPtr<SerializedScriptValue> History::stateInternal() const
76 bool History::stateChanged() const
81 bool History::isSameAsCurrentState(SerializedScriptValue* state) const
86 void History::back()
91 void History
[all...]
H A DHistory.h43 class History : public ScriptWrappable, public RefCounted<History>, public DOMWindowProperty { class in namespace:WebCore
45 static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); }
67 explicit History(Frame*);
H A DHistory.idl32 ] interface History {
/macosx-10.10/WebCore-7600.1.25/dom/
H A DPopStateEvent.h41 class History;
48 static PassRefPtr<PopStateEvent> create(PassRefPtr<SerializedScriptValue>, PassRefPtr<History>);
53 History* history() const { return m_history.get(); }
60 explicit PopStateEvent(PassRefPtr<SerializedScriptValue>, PassRefPtr<History>);
64 RefPtr<History> m_history;
H A DPopStateEvent.cpp31 #include "History.h"
56 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtr<History> history)
72 PassRefPtr<PopStateEvent> PopStateEvent::create(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtr<History> history)
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistedit.h157 * ==== History ====
160 typedef struct history History; typedef in typeref:struct:history
168 * History access functions.
170 History * history_init(void);
171 void history_end(History *);
173 int history(History *, HistEvent *, int, ...);
H A Dhistory.c40 * hist.c: History access functions
92 private int history_setsize(History *, HistEvent *, int);
93 private int history_getsize(History *, HistEvent *);
94 private int history_setunique(History *, HistEvent *, int);
95 private int history_getunique(History *, HistEvent *);
96 private int history_set_fun(History *, History *);
97 private int history_load(History *, const char *);
98 private int history_save(History *, const char *);
99 private int history_prev_event(History *, HistEven
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dpolish-slash.vim5 " History:
6 " 2005.01.12 1.0.2 keymap_name shortened, added Current version, History
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/history/
H A Dhistory.tcl16 bind History <Up> {::history::up %W}
17 bind History <Down> {::history::down %W}
24 if {[lsearch $bt History] > -1} { error "$w already has a history" }
26 bindtags $w [linsert $bt [expr {$i + 1}] History]
36 if {[set i [lsearch $bt History]] < 0} { error "$w has no history" }
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistedit.h183 * ==== History ====
186 typedef struct history History; typedef in typeref:struct:history
194 * History access functions.
196 History * history_init(void);
197 void history_end(History *);
199 int history(History *, HistEvent *, int, ...);
287 * ==== History ====
H A Dhistory.c48 * hist.c: TYPE(History) access functions
104 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
105 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *);
106 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int);
107 private int history_getunique(TYPE(History) *, TYPE(HistEvent) *);
108 private int history_set_fun(TYPE(History) *, TYPE(History) *);
109 private int history_load(TYPE(History) *, const char *);
110 private int history_save(TYPE(History) *, const char *);
111 private int history_prev_event(TYPE(History) *, TYP
[all...]
/macosx-10.10/libedit-40/src/
H A Dhistedit.h181 * ==== History ====
184 typedef struct history History; typedef in typeref:struct:history
192 * History access functions.
194 History * history_init(void);
195 void history_end(History *);
197 int history(History *, HistEvent *, int, ...);
285 * ==== History ====
H A Dhistory.c48 * hist.c: TYPE(History) access functions
104 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
105 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *);
106 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int);
107 private int history_getunique(TYPE(History) *, TYPE(HistEvent) *);
108 private int history_set_fun(TYPE(History) *, TYPE(History) *);
109 private int history_load(TYPE(History) *, const char *);
110 private int history_save(TYPE(History) *, const char *);
111 private int history_prev_event(TYPE(History) *, TYP
[all...]
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dbase64.rb60 = History
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dhistory.rb17 module History module in class:Tk
33 module Tk::Tcllib::History
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitLogging.h52 M(History) \
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dscutil.h25 * Modification History
48 History *h;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dtcllib.rb62 autoload :History, 'tkextlib/tcllib/history'
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dhistory.rb49 @eval_history_values = History.new(no)
61 class History # :nodoc: class in class:IRB
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHistoryCustom.cpp43 // When accessing History cross-domain, functions are always the native built-in ones.
114 History& history = impl();
144 impl().stateObjectAdded(historyState.release(), title, url, History::StateObjectType::Push, ec);
170 impl().stateObjectAdded(historyState.release(), title, url, History::StateObjectType::Replace, ec);
H A DJSPopStateEventCustom.cpp59 History* history = event.history();
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLogging.h52 M(History) \
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebKitLogging.h54 M(History) \
/macosx-10.10/bc-21/bc/bc/
H A Dglobal.h117 History *hist;
/macosx-10.10/vim-55/runtime/compiler/
H A Ddecada.vim12 " History: 21.07.2006 MK New Dec Ada

Completed in 245 milliseconds

123