/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewMediator.java | 65 * it of when the keyguard is showing, and events from the keyguard view itself 73 * - is the keyguard showing? 77 * - the keyguard is showing 89 * whether the keyguard should be showing, external apps and services may request 201 // cached value of whether we are showing (need to know this to quickly 325 // ActivityManagerService) will not reconstruct the keyguard if it is already showing. 364 + "keyguard is showing"); 392 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing," 407 + "showing; need to show keyguard so user can enter sim pin"); 418 + "keygaurd isn't showing.") [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
wizard_controller.cc | 82 // Interval in ms which is used for smooth screen showing. 287 VLOG(1) << "Showing network screen."; 297 VLOG(1) << "Showing login screen."; 314 VLOG(1) << "Showing update screen."; 327 VLOG(1) << "Showing user image screen."; 352 VLOG(1) << "Showing EULA screen."; 375 VLOG(1) << "Showing reset screen."; 381 VLOG(1) << "Showing kiosk enable screen."; 387 VLOG(1) << "Showing kiosk autolaunch screen."; 403 VLOG(1) << "Showing Terms of Service screen." [all...] |
merge_session_load_page.cc | 43 // Delay time for showing interstitial page. 46 // Maximum time for showing interstitial page.
|
merge_session_load_page_unittest.cc | 77 // Returns the MergeSessionLoadPage currently showing or NULL if none is 78 // showing.
|
/external/chromium_org/content/browser/web_contents/ |
interstitial_page_impl.cc | 171 // If an interstitial is already showing or about to be shown, close it before 172 // showing the new one. 181 // If we are currently showing an interstitial page for which we created 249 // the renderer crashed while the interstitial was showing. 251 // already showing. That would result in bad things (unparented HWND on 393 // Hide the original RVH since we're showing the interstitial instead. 677 NOTREACHED() << "InterstitialPage does not support showing popups yet."; 682 NOTREACHED() << "InterstitialPage does not support showing drop-downs yet."; 687 << "InterstitialPage does not support showing full screen popups."; 694 NOTREACHED() << "InterstitialPage does not support showing popups yet." [all...] |
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.h | 25 // CustomHomePagesTableModel is the model for the TableView showing the list 85 // Set of entries we're showing.
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.h | 37 // ensure that the currently showing dialog is closed, it just makes it no 65 // Shows |dialog| and notifies the BrowserList that a modal dialog is showing.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.h | 26 // popup view showing the content and resizes the window to accomodate any size 60 // Starts the process of showing the given popup URL. Instantiates an
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.h | 86 // The tab id we are currently showing the icon for. 89 // The URL we are currently showing the icon for.
|
/external/chromium/chrome/browser/ui/gtk/ |
slide_animator_gtk.h | 80 // Returns whether the widget is currently showing the close animation. 83 // Returns whether the widget is currently showing the open or close
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.h | 24 // This class handles the overflow menu for browser actions (showing the menu, 91 // A pointer to the overflow menu button that we are showing the menu for.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.h | 96 // The tab id we are currently showing the icon for. 99 // The URL we are currently showing the icon for.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_uninstall_dialog.h | 58 // Starts the process of showing a confirmation UI, which is split into two. 76 // The extension we are showing the dialog for.
|
/external/chromium_org/chrome/browser/ui/ |
active_tab_tracker.h | 73 // Returns the URL |web_contents_| is showing and needs to be tracked. Returns 74 // an empty GURL() is no |web_contents_| or the |web_contents_| is not showing
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.h | 37 // ensure that the currently showing dialog is closed, it just makes it no 65 // Shows |dialog| and notifies the BrowserList that a modal dialog is showing.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.h | 30 // popup view showing the content and resizes the window to accomodate any size 61 // Starts the process of showing the given popup URL. Instantiates an
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.h | 100 // The tab id we are currently showing the icon for. 103 // The URL we are currently showing the icon for.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 103 // Begin showing an "alert" glow (shown to call attention to an unselected 107 // Stop showing the "alert" glow; this won't immediately wipe out any glow, but
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
website_settings_bubble_controller.h | 43 // The link button for showing cookies and site data info. 46 // The link button for showing certificate information.
|
/external/chromium_org/chrome/browser/ui/global_error/ |
global_error_service_browsertest.cc | 66 // Test that showing a error with a bubble view works. 113 // Test that bubble is silently dismissed if it is showing when the GlobalError
|
/external/chromium_org/chrome/browser/ui/gtk/ |
slide_animator_gtk.h | 80 // Returns whether the widget is currently showing the close animation. 83 // Returns whether the widget is currently showing the open or close
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.h | 25 // This class handles the overflow menu for browser actions (showing the menu, 98 // A pointer to the overflow menu button that we are showing the menu for.
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
web_drag_bookmark_handler_win.cc | 51 // This is non-null if the web_contents_ is showing an ExtensionWebUI with 64 // This is non-null if the web_contents_ is showing an ExtensionWebUI with
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui.h | 66 void set_showing_sync_bubble(bool showing) { showing_sync_bubble_ = showing; }
|
/external/chromium_org/chrome/installer/util/ |
auto_launch_util.h | 32 // words, showing a window trumps not showing a window.
|