/external/chromium_org/content/test/data/session_history/ |
record_length.html | 2 history_length = history.length;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
history.html | 2 Simulated Chromium History Page
|
/external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/ |
history.html | 1 {{+partials.standard_extensions_api api:apis.history intro:intros.history/}}
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.history.html | 1 <div id="pageData-name" class="pageData">experimental.chrome.history</div> 4 The <code>history</code> API is no longer experimental; 10 <a href="history.html">chrome.history</a>
|
/external/chromium_org/chrome/browser/drive/ |
event_logger_unittest.cc | 21 std::vector<EventLogger::Event> history = logger.GetHistory(); local 22 ASSERT_EQ(3U, history.size()); 23 EXPECT_EQ(0, history[0].id); 24 EXPECT_EQ("first", history[0].what); 25 EXPECT_EQ(1, history[1].id); 26 EXPECT_EQ("2nd", history[1].what); 27 EXPECT_EQ(2, history[2].id); 28 EXPECT_EQ("third", history[2].what); 32 history = logger.GetHistory(); 33 ASSERT_EQ(3U, history.size()) [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
experimental_history.html | 1 <h1>experimental.chrome.history</h1> 4 The <code>history</code> API is no longer experimental; 10 <a href="history.html">chrome.history</a>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
back.html | 1 <input type="button" onclick="history.back()" value="Go Back"
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
will-go-back.html | 4 history.back(); 9 If you can go back using the history : test has succeed.
|
empty-document-goes-back.html | 5 setTimeout("window.history.back();", 0);
|
alert-and-go-back.html | 2 history.back();
|
/external/chromium_org/chrome/browser/history/ |
history_details.h | 8 namespace history { namespace 10 // Base class for history notifications. This needs only a virtual destructor 11 // so that the history service's broadcaster can delete it when the request 18 } // namespace history
|
history_marshaling_android.h | 5 // Data structures for communication between the history service on the main 6 // thread and the backend on the history thread. 12 #include "chrome/browser/history/android/android_history_provider_service.h" 14 namespace history { namespace 27 } // namespace history
|
history_tab_helper.h | 15 namespace history { namespace 24 // Updates history with the specified navigation. This is called by 25 // OnMsgNavigate to update history state. 27 const history::HistoryAddPageArgs& add_page_args); 29 // Sends the page title to the history service. This is called when we receive 30 // the page title and we know we want to update history. 33 // Returns the history::HistoryAddPageArgs to use for adding a page to 34 // history. 35 history::HistoryAddPageArgs CreateHistoryAddPageArgs( 56 // Helper function to return the history service. May return NULL [all...] |
/external/zlib/src/contrib/minizip/ |
MiniZip64_Changes.txt | 5 - **TODO - Add history**
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
manifest.json | 2 "name": "Typed URL History", 4 "description": "Reads your history, and shows the top ten pages you go to by typing the URL.", 5 "permissions": ["history", "tabs"],
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
manifest.json | 2 "name": "Typed URL History", 4 "description": "Reads your history, and shows the top ten pages you go to by typing the URL.", 6 "history"
|
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.h | 13 #include "chrome/browser/history/history_types.h" 14 #include "chrome/browser/history/in_memory_url_index.h" 19 namespace history { namespace 21 } // namespace history 24 // the history system) which quickly (and synchronously) provides matching 26 // history. 48 const history::ScoredHistoryMatch& history_match, 62 // Returns the index that should be used for history lookups. 63 history::InMemoryURLIndex* GetIndex(); 68 const history::TermMatches& matches [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/remoting/webapp/ |
connection_history.css | 6 #connection-history-dialog { 12 #connection-history-options { 17 #connection-history-scroller { 24 #connection-history-table { 32 #connection-history-table td:last-child { 36 #connection-history-table thead td { 40 #close-connection-history { 61 .connection-history-summary td { 65 .connection-history-summary:hover, 66 .connection-history-summary.expanded [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/redirectHistory/ |
redir-3.html | 5 window.setTimeout("window.history.back()", 1000);
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 19 #include "chrome/browser/history/history_backend.h" 20 #include "chrome/browser/history/history_db_task.h" 21 #include "chrome/browser/history/history_notifications.h" 22 #include "chrome/browser/history/history_service.h" 23 #include "chrome/browser/history/history_service_factory.h" 24 #include "chrome/browser/history/history_types.h" 59 using history::HistoryBackend; 60 using history::URLID; 61 using history::URLRow; 78 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries)) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_history_api.h | 14 #include "chrome/browser/history/history.h" 15 #include "chrome/browser/history/history_notifications.h" 18 // Observes History service and routes the notifications as events to the 40 const history::URLVisitedDetails* details); 43 const history::URLsDeletedDetails* details); 49 // Used for tracking registrations to history service notifications. 60 // Base class for history function APIs. 70 // Base class for history funciton APIs which require async interaction with 101 DECLARE_EXTENSION_FUNCTION_NAME("history.getVisits") [all...] |
/external/chromium/chrome/browser/history/ |
in_memory_database.cc | 5 #include "chrome/browser/history/in_memory_database.h" 14 namespace history { namespace 69 // Attach to the history database on disk. (We can't ATTACH in the middle of 71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history")); 73 NOTREACHED() << "Unable to attach to history database."; 89 "INSERT INTO urls SELECT * FROM history.urls WHERE typed_count > 0")) { 90 // Unable to get data from the history database. This is OK, the file may 94 UMA_HISTOGRAM_MEDIUM_TIMES("History.InMemoryDBPopulate", 96 UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount()); 103 "FROM history.urls u JOIN history.keyword_search_terms kst [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...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.h | 10 #include "chrome/browser/history/history_types.h" 20 history::URLRows GetTypedUrlsFromClient(int index); 23 // was not found in the history DB. 24 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row); 27 history::VisitVector GetVisitsFromClient(int index, history::URLID id); 30 void RemoveVisitsFromClient(int index, const history::VisitVector& visits); 32 // Adds a URL to the history DB for a specific sync profile (just registers a 36 // Adds a URL to the history DB for a specific sync profile (just registers a 41 history::VisitSource source) [all...] |