HomeSort by relevance Sort by last modified time
    Searched defs:History (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/page/
History.h 40 class History : public RefCounted<History> {
42 static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); }
59 History(Frame*);
History.cpp 27 #include "History.h"
38 History::History(Frame* frame)
43 Frame* History::frame() const
48 void History::disconnectFrame()
53 unsigned History::length() const
62 void History::back()
69 void History::forward()
76 void History::go(int distance)
83 KURL History::urlForState(const String& urlString
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 26 class History {
33 History() {
37 History(int version, DataInput in) throws IOException {

Completed in 237 milliseconds