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
262
public void
updateAutoLogin
(Tab tab, boolean animate) {
269
mAutoLogin.
updateAutoLogin
(tab, animate);
BaseUi.java
255
updateAutoLogin
(tab, false);
565
updateAutoLogin
(tab, true);
570
updateAutoLogin
(tab, true);
578
protected void
updateAutoLogin
(Tab tab, boolean animate) {
579
mTitleBar.
updateAutoLogin
(tab, animate);
Completed in 351 milliseconds