HomeSort by relevance Sort by last modified time
    Searched full:history (Results 126 - 150 of 4557) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/icu4c/test/cintltst/
cbkittst.c 10 * Modification History:
nucnvtst.h 10 * Modification History:
  /external/libvpx/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
  /external/qemu/distrib/sdl-1.2.15/
README.ANDROID 2 emulator. See the git history for modifications relative to upstream.
  /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 23 #include "chrome/browser/history/history_db_task.h"
24 #include "chrome/browser/history/history_types.h"
25 #include "chrome/browser/history/in_memory_url_index_types.h"
26 #include "chrome/browser/history/scored_history_match.h"
42 namespace history { namespace
52 // The URL history source.
61 // words and characters in the URL history database except when converting
76 // rebuilding from the history database.
99 // history changes. |history_dir| is a path to the directory containing the
100 // history database within the profile wherein the cache and transactio
    [all...]
history_service.h 25 #include "chrome/browser/history/delete_directive_handler.h"
26 #include "chrome/browser/history/history_types.h"
27 #include "chrome/browser/history/typed_url_syncable_service.h"
42 #include "chrome/browser/history/android/android_history_provider_service.h"
62 namespace history { namespace
78 } // namespace history
80 // The history service records page titles, and visit times, as well as
101 // Initializes the history service, returning true on success. On false, do
103 // the history files. The BookmarkService is used when deleting URLs to
117 // Unloads the backend without actually shutting down the history service
    [all...]
history_service.cc 5 // The history system runs on a background thread so that potentially slow
10 // Main thread History thread
14 // -> SQLite connection to History
16 // -> SQLite connection to Archived History
21 #include "chrome/browser/history/history_service.h"
40 #include "chrome/browser/history/download_row.h"
41 #include "chrome/browser/history/history_backend.h"
42 #include "chrome/browser/history/history_notifications.h"
43 #include "chrome/browser/history/history_types.h"
44 #include "chrome/browser/history/in_memory_database.h
    [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 32 #include "core/frame/History.h"
51 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtr<History> history)
54 , m_history(history)
68 PassRefPtr<PopStateEvent> PopStateEvent::create(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtr<History> history)
70 return adoptRef(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...]
  /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...]
  /external/chromium/chrome/browser/history/
archived_database.h 13 #include "chrome/browser/history/url_database.h"
14 #include "chrome/browser/history/visit_database.h"
18 namespace history { namespace
20 // Encapsulates the database operations for archived history.
62 } // namespace history
multipart_uitest.cc 40 // The browser has shutdown now. Check the contents of the history
44 FilePath history = local
45 user_data_dir().AppendASCII("Default").AppendASCII("History");
46 ASSERT_TRUE(file_util::PathExists(history));
47 ASSERT_TRUE(db.Open(history));
page_usage_data.h 10 #include "chrome/browser/history/history_types.h"
22 // See History::QueryPageUsageSince()
27 explicit PageUsageData(history::URLID id);
32 history::URLID GetID() const {
109 history::URLID id_;
  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_typed_urls_sync_test.cc 8 #include "chrome/browser/history/history_types.h"
30 ASCIIToUTF16("http://www.add-one-history.google.com/"));
36 history::URLRows urls = GetTypedUrlsFromClient(0);
49 ASCIIToUTF16("http://www.add-all-history.google.com/"));
54 history::URLRows urls = GetTypedUrlsFromClient(i);
  /external/chromium_org/chrome/browser/ui/app_list/search/
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);

Completed in 1444 milliseconds

1 2 3 4 56 7 8 91011>>