Home
last modified time | relevance | path

Searched defs:history (Results 1 – 25 of 105) sorted by relevance

12345

/external/webkit/Source/WebKit/efl/ewk/
Dewk_history.cpp40 #define EWK_HISTORY_CORE_GET_OR_RETURN(history, core_, ...) \ argument
120 Eina_Bool ewk_history_forward(Ewk_History* history) in ewk_history_forward()
136 Eina_Bool ewk_history_back(Ewk_History* history) in ewk_history_back()
157 Eina_Bool ewk_history_history_item_add(Ewk_History* history, const Ewk_History_Item* item) in ewk_history_history_item_add()
177 Eina_Bool ewk_history_history_item_set(Ewk_History* history, const Ewk_History_Item* item) in ewk_history_history_item_set()
193 Ewk_History_Item* ewk_history_history_item_back_get(const Ewk_History* history) in ewk_history_history_item_back_get()
207 Ewk_History_Item* ewk_history_history_item_current_get(const Ewk_History* history) in ewk_history_history_item_current_get()
221 Ewk_History_Item* ewk_history_history_item_forward_get(const Ewk_History* history) in ewk_history_history_item_forward_get()
236 Ewk_History_Item* ewk_history_history_item_nth_get(const Ewk_History* history, int index) in ewk_history_history_item_nth_get()
254 Eina_Bool ewk_history_history_item_contains(const Ewk_History* history, const Ewk_History_Item* ite… in ewk_history_history_item_contains()
[all …]
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HistoryCustom.cpp63 History* history = V8History::toNative(args.Holder()); in pushStateCallback() local
87 History* history = V8History::toNative(args.Holder()); in replaceStateCallback() local
95 History* history = V8History::toNative(host); in indexedSecurityCheck() local
102 History* history = V8History::toNative(host); in namedSecurityCheck() local
/external/chromium/chrome/browser/history/
Dhistory_unittest.cc60 namespace history { namespace
69 namespace history { namespace
195 bool QueryURL(HistoryService* history, const GURL& url) { in QueryURL()
220 bool QueryRedirectsFrom(HistoryService* history, const GURL& url) { in QueryRedirectsFrom()
384 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() local
410 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() local
453 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() local
525 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() local
572 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() local
602 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() local
[all …]
Dhistory_publisher_none.cc13 namespace history { namespace
Dhistory_unittest_base.cc12 namespace history { namespace
Din_memory_database.cc14 namespace history { namespace
Dhistory_publisher.cc9 namespace history { namespace
Dmultipart_uitest.cc44 FilePath history = in TEST_F() local
Dhistory_notifications.cc7 namespace history { namespace
Darchived_database.cc12 namespace history { namespace
Dhistory_browsertest.cc57 explicit HistoryEnumerator(HistoryService* history) { in HistoryEnumerator()
116 HistoryService* history = GetHistoryService(); in WaitForHistoryBackendToRun() local
Dvisit_tracker.cc9 namespace history { namespace
Din_memory_history_backend.cc23 namespace history { namespace
/external/chromium/chrome/browser/autocomplete/
Dhistory_provider_util.cc7 namespace history { namespace
Dsearch_provider_unittest.cc119 HistoryService* history = in SetUp() local
460 HistoryService* history = in TEST_F() local
/external/flac/libFLAC/
Dlpc.c271 const FLAC__int32 *history; in FLAC__lpc_compute_residual_from_qlp_coefficients() local
536 const FLAC__int32 *history; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() local
801 const FLAC__int32 *r = residual, *history; in FLAC__lpc_restore_signal() local
1068 const FLAC__int32 *r = residual, *history; in FLAC__lpc_restore_signal_wide() local
/external/doclava/res/assets/templates/assets/
Djquery-history.js62 $.fn.history = function(fn) { function
/external/chromium/chrome/browser/tabs/
Dtab_finder.cc201 HistoryService* history = tab_contents->profile()->GetHistoryService( in CancelRequestsFor() local
220 HistoryService* history =tab->profile()->GetHistoryService( in FetchRedirectStart() local
/external/gtest/test/
Dgtest-linked_ptr_test.cc44 Message* history = NULL; variable
/external/protobuf/gtest/test/
Dgtest-linked_ptr_test.cc44 Message* history = NULL; variable
/external/chromium/testing/gtest/test/
Dgtest-linked_ptr_test.cc44 Message* history = NULL; variable
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp298 static void saveHistory(QWebHistory* history, QByteArray* in) in saveHistory()
305 static void restoreHistory(QWebHistory* history, QByteArray* out) in restoreHistory()
/external/chromium/base/memory/
Dlinked_ptr_unittest.cc15 std::string history; variable
/external/webkit/Source/WebKit/qt/Api/
Dqwebhistory.cpp494 QDataStream& operator<<(QDataStream& target, const QWebHistory& history) in operator <<()
520 QDataStream& operator>>(QDataStream& source, QWebHistory& history) in operator >>()
/external/bluetooth/glib/tests/gobject/
Difacecheck.c44 GString *history; member

12345