OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateAutoLogin
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Browser/src/com/android/browser/
AutologinBar.java
92
public void
updateAutoLogin
(Tab tab, boolean animate) {
TitleBar.java
296
public void
updateAutoLogin
(Tab tab, boolean animate) {
303
mAutoLogin.
updateAutoLogin
(tab, animate);
BaseUi.java
299
updateAutoLogin
(tab, false);
576
updateAutoLogin
(tab, true);
581
updateAutoLogin
(tab, true);
589
protected void
updateAutoLogin
(Tab tab, boolean animate) {
590
mTitleBar.
updateAutoLogin
(tab, animate);
Completed in 28 milliseconds