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

  /external/webkit/Source/WebCore/page/
History.h 41 class History : public RefCounted<History> {
43 static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); }
64 History(Frame*);
History.cpp 27 #include "History.h"
40 History::History(Frame* frame)
45 Frame* History::frame() const
50 void History::disconnectFrame()
55 unsigned History::length() const
64 void History::back()
69 void History::back(ScriptExecutionContext* context)
74 void History::forward()
79 void History::forward(ScriptExecutionContext* context
    [all...]
  /external/ceres-solver/docs/
changes.tex 3 \chapter{Version History}
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 34 * The amount of discussion history provided on entering a room (perhaps because the
36 * setting a configured History instance to the MUCInitialPresence instance.
37 * @see MUCInitialPresence#setHistory(MUCInitialPresence.History).
44 private History history; field in class:MUCInitialPresence
69 * Returns the history that manages the amount of discussion history provided on
72 * @return the history that manages the amount of discussion history provided on
75 public History getHistory()
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 26 class History {
33 History() {
37 History(int version, DataInput in) throws IOException {
  /packages/apps/Browser/src/com/android/browser/
UI.java 38 History,
  /frameworks/base/include/androidfw/
InputTransport.h 354 struct History {
380 History history[2]; member in struct:android::InputConsumer::TouchState
381 History lastResample;
397 history[historyCurrent].initializeFrom(msg);
400 const History* getHistory(size_t index) const {
401 return &history[(historyCurrent + index) & 1];
  /frameworks/base/core/java/android/provider/
BrowserContract.java 40 * history, images and the mapping between the image and URL.
162 * This column is valid when the row is a URL. The history table's URL
436 * The history table, which holds the browsing history.
438 public static final class History implements CommonColumns, HistoryColumns, ImageColumns {
442 private History() {}
447 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "history");
450 * The MIME type of {@link #CONTENT_URI} providing a directory of browser history items.
452 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/browser-history";
455 * The MIME type of a {@link #CONTENT_URI} of a single browser history item
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 230 milliseconds