Searched defs:History (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dhistory.js10 goog.provide('cvox.History');
16 * A history event is stored in the cvox.History object and contains all the
162 cvox.History = function() {
175 // NOTE(deboer): Currently we only ever have one cvox.History, but
180 goog.addSingletonGetter(cvox.History);
186 cvox.History.prototype.addListDiv_ = function() {
199 button.onclick = cvox.History.sendToFeedback;
206 dumpButton.onclick = cvox.History.dumpJs;
224 cvox.History.prototype.removeListDiv_ = function() {
237 cvox.History
[all...]
/external/lldb/include/lldb/Interpreter/
H A DCommandHistory.h69 typedef std::vector<std::string> History; typedef in class:lldb_private::CommandHistory
71 History m_history;
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory.cc25 History::History(scoped_refptr<HistoryDataStore> store) function in class:app_list::History
36 History::~History() {
40 bool History::IsReady() const {
44 void History::AddLaunchEvent(const std::string& query,
50 scoped_ptr<KnownResults> History::GetKnownResults(
56 void History::OnHistoryDataLoadedFromStore() {
H A Dhistory.h27 // History tracks the launch events of the search results and uses HistoryData
33 class History : public KeyedService, public HistoryDataObserver { class in namespace:app_list
35 explicit History(scoped_refptr<HistoryDataStore> store);
36 virtual ~History();
58 DISALLOW_COPY_AND_ASSIGN(History);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DTabbedEditorContainer.js68 this._history = WebInspector.TabbedEditorContainer.History.fromObject(this._previouslyViewedFilesSetting.get());
566 WebInspector.TabbedEditorContainer.History = function(items)
574 * @return {!WebInspector.TabbedEditorContainer.History}
576 WebInspector.TabbedEditorContainer.History.fromObject = function(serializedHistory)
581 return new WebInspector.TabbedEditorContainer.History(items);
584 WebInspector.TabbedEditorContainer.History.prototype = {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.cpp27 #include "core/frame/History.h"
45 History::History(LocalFrame* frame) function in class:blink::History
51 void History::trace(Visitor* visitor)
56 unsigned History::length() const
65 SerializedScriptValue* History::state()
71 SerializedScriptValue* History::stateInternal() const
82 bool History::stateChanged() const
87 bool History::isSameAsCurrentState(SerializedScriptValue* state) const
92 void History
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCInitialPresence.java36 * setting a configured History instance to the MUCInitialPresence instance.
37 * @see MUCInitialPresence#setHistory(MUCInitialPresence.History).
44 private History history;
75 public History getHistory() {
89 * Sets the History that manages the amount of discussion history provided on
95 public void setHistory(History history) {
109 * The History class controls the number of characters or messages to receive
114 public static class History { class in class:MUCInitialPresence
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp35 GDBRemoteCommunication::History::History (uint32_t size) : function in class:GDBRemoteCommunication::History
44 GDBRemoteCommunication::History::~History ()
49 GDBRemoteCommunication::History::AddPacket (char packet_char,
66 GDBRemoteCommunication::History::AddPacket (const std::string &src,
84 GDBRemoteCommunication::History::Dump (lldb_private::Stream &strm) const
105 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const
180 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written);
193 m_history.AddPacket (ch, History
[all...]
H A DGDBRemoteCommunication.h121 class History class in class:GDBRemoteCommunication
158 History (uint32_t size);
160 ~History ();
252 History m_history;
/external/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, ...);
288 * ==== History ====
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3294 milliseconds