HomeSort by relevance Sort by last modified time
    Searched full:history (Results 101 - 125 of 4386) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/glue/
typed_url_data_type_controller.cc 12 #include "chrome/browser/history/history_db_task.h"
13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_service_factory.h"
30 // The history service exposes a special non-standard task API which calls back
33 class RunTaskOnHistoryThread : public history::HistoryDBTask {
41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
42 history::HistoryDatabase* db) OVERRIDE {
102 "History sync disabled by policy.",
111 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) {
120 // We've turned off history persistence, so if we are running
136 HistoryService* history = HistoryServiceFactory::GetForProfile( local
    [all...]
  /external/chromium_org/chrome/common/importer/
safari_importer_utils.mm 18 // history import: existence of ~/Library/Safari/History.plist file.
21 base::FilePath history_path = safari_dir.Append("History.plist");
26 *services_supported |= importer::HISTORY;
  /external/chromium_org/components/visitedlink/common/
visitedlink_messages.h 15 // History system notification that the visited link database has been
21 // History system notification that a link has been added and the link
25 // History system notification that one or more history items have been
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
navigation-during-onload-container.html 7 <iframe src="http://127.0.0.1:8000/history/resources/back-during-onload-middle.html"></iframe>
  /external/chromium_org/third_party/WebKit/ManualTests/
viewport-width-test-after-history-navigation.html 9 document.body.innerHTML = "<div style='color:green'>PASS, viewport width is OK after history navigation.</div>";
11 document.body.innerHTML = "<div style='color:red'>FAIL, viewport width is different after history navigation.</div>";
19 // Assigning to window.location does not create a history entry, so instead link click is simulated.
36 <body onload="document.body.offsetTop; history.back();"></body>
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbkittst.c 10 * Modification History:
nucnvtst.h 10 * Modification History:
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
  /external/icu/icu4c/source/test/cintltst/
cbkittst.c 10 * Modification History:
nucnvtst.h 10 * Modification History:
  /external/kernel-headers/original/uapi/linux/
qnxtypes.h 5 * History : 22-03-1998 created
  /external/libvpx/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
  /external/lldb/include/lldb/Core/
History.h 1 //===-- History.h -----------------------------------------------*- C++ -*-===//
28 /// @class HistorySource History.h "lldb/Core/History.h"
29 /// @brief A class that defines history events.
48 // Create a new history event. Subclasses should use any data or members
49 // in the subclass of this class to produce a history event and push it
50 // onto the end of the history stack.
89 /// @class HistorySourceUInt History.h "lldb/Core/History.h"
90 /// @brief A class that defines history events that are represented b
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
README.ANDROID 2 emulator. See the git history for modifications relative to upstream.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
qnxtypes.h 5 * History : 22-03-1998 created
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
qnxtypes.h 5 * History : 22-03-1998 created
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml 15 <LI>2.History</LI>
56 <H2>History: XML and SGML</H2>
74 <H2>History: What are stylesheets?</H2>
92 <H2>History: FOSI</H2>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml 15 <LI>2.History</LI>
56 <H2>History: XML and SGML</H2>
74 <H2>History: What are stylesheets?</H2>
92 <H2>History: FOSI</H2>
  /sdk/files/
android.el 6 (defvar android-jdb-port-history '("8700")
7 "history of ports supplied to `android-jdb'")
9 (defvar android-jdb-project-root-history '()
10 "history of project roots supplied to `android-jdb'")
11 (defvar android-jdb-history nil
12 "history of commands supplied to `android-jdb'")
14 (defvar android-jdb-activity-class-history ()
15 "history of activity classes supplied to `start-android-activity'")
66 (car android-jdb-port-history)
69 'android-jdb-port-history)
    [all...]
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.h 21 namespace history { namespace
24 // engine to propagate to other clients. It also expires local history entries
48 // history entries that match. Caller still needs to call other
50 // local history entries.
54 // Expires local history entries according to delete directives from server.
69 // Callback when history backend finishes deleting visits according to
82 } // namespace history
in_memory_url_index.h 21 #include "chrome/browser/history/history_db_task.h"
22 #include "chrome/browser/history/history_types.h"
23 #include "chrome/browser/history/in_memory_url_index_types.h"
24 #include "chrome/browser/history/scored_history_match.h"
40 namespace history { namespace
51 // The URL history source.
60 // words and characters in the URL history database except when converting
75 // rebuilding from the history database.
98 // history changes. |history_dir| is a path to the directory containing the
99 // history database within the profile wherein the cache and transactio
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_history.h 8 // This class gets redirect chain for urls from the history service.
18 #include "chrome/browser/history/history_service.h"
36 // Collects urls' redirects chain information from the history service.
37 // We get access to history service via web_contents in UI thread.
45 // Returns the redirect urls we get from history service
65 history::RedirectList* redirect_list);
85 // The collected directs from history service
  /external/chromium_org/third_party/WebKit/Source/core/events/
PopStateEvent.cpp 31 #include "core/frame/History.h"
50 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtrWillBeRawPtr<History> history)
53 , m_history(history)
67 PassRefPtrWillBeRawPtr<PopStateEvent> PopStateEvent::create(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtrWillBeRawPtr<History> history)
69 return adoptRefWillBeNoop(new PopStateEvent(serializedState, history));
  /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...]

Completed in 2787 milliseconds

1 2 3 45 6 7 8 91011>>