HomeSort by relevance Sort by last modified time
    Searched refs:inForeground (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 62 inForeground:(bool)inForeground;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 69 inForeground:(bool)inForeground;
  /packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java 92 if (mTab.inForeground()) {
119 if (mTab.inForeground()) {
BaseUi.java 233 if (tab.inForeground()) {
240 if (tab.inForeground()) {
249 if (tab.inForeground()) {
597 if (t != null && t.inForeground()) {
624 if (tab.inForeground()) {
631 if (tab.inForeground()) {
Controller.java 895 (tab.inForeground() && !didUserStopLoading()
896 || !tab.inForeground())) {
    [all...]
NavigationBarTablet.java 313 if (tab != null && tab.inForeground()) {
Tab.java     [all...]

Completed in 77 milliseconds