HomeSort by relevance Sort by last modified time
    Searched full:when (Results 1626 - 1650 of 50734) sorted by null

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_action_constants.cc 5 // String constants used when logging data in the extension activity log.
17 // A string used in place of the real URL when the URL is hidden because it is
  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.h 15 DISPLAY, // Shown when "inactive" content (e.g. images) has been blocked.
16 RUN, // Shown when "active" content (e.g. script) has been blocked.
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 103 // Called when GetFileInfo() succeeds. |file_info| specifies the
109 // Called when GetFileInfo() succeeds. GetFileInfo() is invoked to
124 // Called when GetFileInfo() succeeds. GetFileInfo() is invoked to
134 // Called when ReadDirectory() succeeds.
142 // Called when WriteDataIntoSnapshotFile() succeeds.
152 // Called when WriteDataIntoSnapshotFile() fails.
178 // A list of pending tasks that needs to be run when the device is
179 // initialized or when the current task in progress is complete.
  /external/chromium_org/chrome/browser/password_manager/
password_store_consumer.h 24 // Call this when the request is finished. If there are no results, call it
38 // Called when the request is finished. If there are no results, it is called
  /external/chromium_org/chrome/browser/prerender/
prerender_pending_swap_throttle.h 38 // Called by the PrerenderTracker when the swap failed.
42 // Called by the PrerenderTracker when the swap succeeded.
prerender_resource_throttle.h 39 // Called by the PrerenderTracker when a prerender becomes visible.
43 // Called by the PrerenderTracker when a prerender is destroyed.
  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.h 19 // command-line invocations during startup and execute them when startup
23 // when the process is prepared to handle command-line invocations.
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle_factory.h 20 // Factory for creating a SafeBrowsingResourceThrottle. When FULL_SAFE_BROWSING
21 // is enabled, creates a SafeBrowsingResourceThrottle. When MOBILE_SAFE_BROWSING
  /external/chromium_org/chrome/browser/service_process/
service_process_control.h 79 // |success_task| is called when we have successfully launched the process
81 // |failure_task| is called when we failed to connect to the service process.
114 // The callback gets the information when received.
183 // Method called by Launcher when the service process is launched.
200 // Callbacks that get invoked when the channel is successfully connected.
202 // Callbacks that get invoked when there was a connection failure.
205 // Callback that gets invoked when a status message is received from
209 // Callback that gets invoked when a message with histograms is received from
  /external/chromium_org/chrome/browser/status_icons/
status_icon_observer.h 10 // Called when the user clicks on the system tray icon. Clicks that result
20 // Called when the user clicks on a balloon generated for a system tray icon.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_util.h 18 // TODO(nhiroki): This method should go away when we completely migrate to
25 // TODO(nhiroki): This method should go away when we completely migrate to
local_sync_operation_resolver.h 20 // |remote_file_change| is non-null when we have a remote change for the file,
21 // and |drive_metadata| is also non-null when we have metadata.
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_view.h 16 // creation or when the anchor is clicked. Hidden when focus is lost.
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.h 16 // main menu for the app. When an app window becomes main, all Chrome menu items
17 // are hidden and menu items for the app are appended to the main menu. When the
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 33 // window behind the menu window at times when the menu can be scrolled.
36 // Overlap (in pixels) between the toolbar and the bookmark bar (when showing in
bookmark_bar_view.h 44 // This is necessary when building with the 10.6 SDK because -rightMouseDown:
53 // BookmarBarView. This is necessary when building with the 10.6 SDK because
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h 19 // A delegate for a constrained window. The delegate is notified when the
28 // should delete the instance when the window is closed.
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_controller.h 48 // out when it is closing. During this time, barIsVisible_ is NO although the
55 // YES if the shelf should be closed when the mouse leaves the shelf.
63 // Height of the shelf when it's fully visible.
70 // Used to autoclose the shelf when the mouse is moved off it.
89 // Run when the user clicks the 'Show All' button.
92 // Run when the user clicks the close button on the right side of the shelf.
97 // user action (currently only relevant when hiding the shelf).
120 // Called by individual item controllers when their downloads are opened.
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_bridge.mm 21 // The controller is deallocated when the window is closed, so no need to
35 // The controller is deallocated when the window is closed, so no need to
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.h 15 // Called when |this| is about to be destroyed.
48 // Determines whether the infobar closes when an action is taken or not.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.h 19 // Zoom icon at the end of the omnibox (close to page actions) when at a
27 // Called when this decoration should show or hide itself in its most current
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.h 62 // Sometimes (when we animate the size of the window) we want to stop resizing
82 // Invoked when the minimize/restore button is clicked.
87 // important in case of dragging a Panel when other Panels should 'slide out',
94 // Used by PanelTitlebarViewCocoa when user rearranges the Panels by dragging.
106 // Invoked when user clicks on the titlebar. Attempts to flip the
110 // Invoked when user double-clicks on the titlebar.
113 // NSAnimationDelegate method, invoked when bounds animation is finished.
131 // are not un-minimized when another panel is minimized.
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
reload_button.h 13 // ToolbarButton subclass which defers certain state changes when the mouse
18 // Timer used when setting reload mode while the mouse is hovered.
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer.h 13 // to their parents. When a controller needs to change a view's height, rather
21 // Optional method called when an animation is beginning or ending. Resize
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.h 24 // Asynchronously unlock |modules|, if necessary. |callback| is called when
34 // called when done (regardless if module was successfully unlocked or not).

Completed in 1135 milliseconds

<<61626364656667686970>>