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

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 30 var history = history || {};
34 history.DEFAULT_CROSS_DASHBOARD_STATE_VALUES = {
41 history.validateParameter = function(state, key, value, validateFn)
52 history.isTreeMap = function()
58 history.queryHashAsMap = function()
102 history._diffStates = function(oldState, newState)
119 history._fillMissingValues = function(to, from)
127 history.History = function(configuration
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
history_info.py 5 """History: python representation for history.
14 history = self.GetHistoryInfo()
15 self.assertEqual(1, len(history))
16 self.assertEqual(url, history[0]['url'])
18 See more tests in chrome/test/functional/history.py.
27 """Represent info about browsing history.
29 The info is represented as a list of history items containing url, title,
37 A typical dict representing history info looks like:
38 {'history':
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
History.h 44 class History : public ScriptWrappable, public RefCounted<History>, public DOMWindowProperty {
46 static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); }
64 explicit History(Frame*);
History.cpp 27 #include "core/page/History.h"
33 #include "core/history/BackForwardController.h"
34 #include "core/history/HistoryItem.h"
46 History::History(Frame* frame)
53 unsigned History::length() const
62 SerializedScriptValue* History::state()
68 SerializedScriptValue* History::stateInternal() const
73 if (HistoryItem* historyItem = m_frame->loader()->history()->currentItem())
79 bool History::stateChanged() cons
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history.cc 5 #include "chrome/browser/ui/app_list/search/history.h"
27 History::History(content::BrowserContext* context)
42 History::~History() {
46 bool History::IsReady() const {
50 void History::AddLaunchEvent(const std::string& query,
56 scoped_ptr<KnownResults> History::GetKnownResults(
62 void History::OnHistoryDataLoadedFromStore() {
history.h 31 // History tracks the launch events of the search results and uses HistoryData
37 class History : public BrowserContextKeyedService,
40 explicit History(content::BrowserContext* context);
41 virtual ~History();
64 DISALLOW_COPY_AND_ASSIGN(History);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TabbedEditorContainer.js 68 this._history = WebInspector.TabbedEditorContainer.History.fromObject(this._previouslyViewedFilesSetting.get());
546 WebInspector.TabbedEditorContainer.History = function(items)
554 * @return {WebInspector.TabbedEditorContainer.History}
556 WebInspector.TabbedEditorContainer.History.fromObject = function(serializedHistory)
561 return new WebInspector.TabbedEditorContainer.History(items);
564 WebInspector.TabbedEditorContainer.History.prototype = {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 3 class History:
7 self.history = []
11 self.cyclic = idleConf.GetOption("main", "History", "cyclic", 1, "bool")
12 text.bind("<<history-previous>>", self.history_prev)
13 text.bind("<<history-next>>", self.history_next)
34 nhist = len(self.history)
39 self._get_source("iomark", "end-1c") != self.history[pointer]:
67 item = self.history[pointer]
83 self.history.remove(source)
86 self.history.append(source
    [all...]
PyShell.py 852 from idlelib.IdleHistory import History
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IdleHistory.py 3 class History:
7 self.history = []
11 self.cyclic = idleConf.GetOption("main", "History", "cyclic", 1, "bool")
12 text.bind("<<history-previous>>", self.history_prev)
13 text.bind("<<history-next>>", self.history_next)
34 nhist = len(self.history)
39 self._get_source("iomark", "end-1c") != self.history[pointer]:
67 item = self.history[pointer]
83 self.history.remove(source)
86 self.history.append(source
    [all...]
PyShell.py 852 from idlelib.IdleHistory import History
    [all...]
  /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/native/include/input/
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/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 498 milliseconds