HomeSort by relevance Sort by last modified time
    Searched defs:History (Results 1 - 8 of 8) 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...]
  /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 351 struct History {
377 History history[2]; member in struct:android::InputConsumer::TouchState
378 History lastResample;
394 history[historyCurrent].initializeFrom(msg);
397 const History* getHistory(size_t index) const {
398 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...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1083 milliseconds