OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updatehistory
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java
84
assertTrue(
updateHistory
(toUpdate, "http://stub1.com", "Stub1: Revenge of the stubs"));
101
assertTrue(
updateHistory
(toUpdate, values));
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java
194
public boolean
updateHistory
(Uri uri, String url, String title) {
198
return
updateHistory
(uri, values);
201
public boolean
updateHistory
(Uri uri, ContentValues values) {
/packages/apps/Calculator/src/com/android/calculator2/
Logic.java
144
updateHistory
();
215
void
updateHistory
() {
Calculator.java
231
mLogic.
updateHistory
();
/external/chromium/chrome/browser/resources/options/
options_page.js
73
* @param {boolean}
updateHistory
True if we should update the history after
77
OptionsPage.showPageByName = function(pageName,
updateHistory
) {
93
if (
updateHistory
)
130
if (
updateHistory
)
/external/chromium_org/chrome/browser/resources/options/
options_page.js
86
* @param {boolean}
updateHistory
True if we should update the history after
93
updateHistory
,
116
if (
updateHistory
)
161
if (
updateHistory
)
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc
756
"
updateHistory
()",
763
"
updateHistory
()",
770
"
updateHistory
()",
Completed in 367 milliseconds