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

<<11121314151617181920>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TabObserver.java 17 * Called when a {@link TabBase} is being destroyed.
23 * Called when the tab content changes (to/from native pages or swapping native WebContents).
29 * Called when the favicon of a {@link TabBase} has been updated.
35 * Called when the WebContents of a {@link TabBase} have been swapped.
41 * Called when a context menu is shown for a {@link ContentView} owned by a {@link TabBase}.
50 * Called when the load progress of a {@link TabBase} changes.
57 * Called when the URL of a {@link TabBase} changes.
64 * Called when the {@link TabBase} should enter or leave fullscreen mode.
73 * Called when an error occurs while loading a page and/or the page fails to load.
79 * @param failingUrl The url that was loading when the error occurred
    [all...]
  /external/chromium_org/media/audio/
audio_output_dispatcher.h 7 // this class to allocate and recycle actual audio output streams. When playback
9 // uses to play audio. When playback is stopped, the proxy returns the stream
15 // instance is then deleted on the audio thread when the AudioManager shuts
48 // Called by AudioOutputProxy when the stream is started.
55 // Called by AudioOutputProxy when the stream is stopped.
59 // Called by AudioOutputProxy when the volume is set.
63 // Called by AudioOutputProxy when the stream is closed.
66 // Called on the audio thread when the AudioManager is shutting down.
69 // Called by the AudioManager to restart streams when a wedge is detected. A
70 // wedge means the OS failed to request any audio after StartStream(). When
    [all...]
  /external/chromium_org/ui/compositor/
layer_animation_observer.h 22 // LayerAnimationObservers are notified when animations complete.
25 // Called when the |sequence| ends. Not called if |sequence| is aborted.
34 // Called when the animation is scheduled.
48 // OBSERVER WHEN YOU ARE DESTROYED.
51 // Called when |this| is added to |sequence|'s observer list.
54 // Called when |this| is removed to |sequence|'s observer list.
67 // Called when |this| is added to |sequence|'s observer list.
70 // Called when |this| is removed to |sequence|'s observer list.
79 // ScopedLayerAnimationSettings object in order to receive a notification when
87 // Called when the first animation sequence has started
    [all...]
  /external/chromium_org/ash/shelf/
shelf_button_host.h 33 // Invoked when a pointer device is pressed on a view.
38 // Invoked when a pointer device is dragged over a view.
48 // Invoked when the mouse moves on the item.
51 // Invoked when the mouse enters the item.
54 // Invoked when the mouse exits the item.
  /external/chromium_org/chrome/browser/extensions/
pending_enables.h 26 // A pending enable is when an app or extension is enabled locally before sync
29 // server when sync does start.
37 // Called when an extension is enabled / disabled locally.
39 // needs to be remembered for syncing when syncing starts.
43 // Called when |sync_bundle_| is ready to accept sync changes.
  /external/chromium_org/chrome/browser/ssl/
ssl_tab_helper.h 32 // Called when |handler| encounters an error in verifying a received client
40 // Called when |handler| requests the user's confirmation in adding a client
45 // Called when |handler| successfully adds a client certificate.
49 // Called when |handler| encounters an error adding a client certificate.
53 // Called when |handler| has completed, so the delegate may release any state
  /external/chromium_org/chrome/common/extensions/api/
idle.json 8 "description": "Use the <code>chrome.idle</code> API to detect when the machine's idle state changes.",
38 "description": "Sets the interval, in seconds, used to determine when the system is in an idle state for onStateChanged events. The default interval is 60 seconds.",
44 "description": "Threshold, in seconds, used to determine when the system is in an idle state."
53 "description": "Fired when the system changes to an active, idle or locked state. The event fires with \"locked\" if the screen is locked or the screensaver activates, \"idle\" if the system is unlocked and the user has not generated any input for a specified number of seconds, and \"active\" when the user generates input on an idle system.",
alarms.idl 22 // TODO(mpcomplete): rename to CreateInfo when http://crbug.com/123073 is
27 double? when;
36 // minutes after the initial event specified by <var>when</var> or
56 // honored and will cause a warning. <code>when</code> can be set to less
60 // To help you debug your app or extension, when you've loaded it unpacked,
66 // |alarmInfo|: Describes when the alarm should fire. The initial time must
67 // be specified by either <var>when</var> or <var>delayInMinutes</var> (but
70 // neither <var>when</var> or <var>delayInMinutes</var> is set for a
91 // Fired when an alarm has elapsed. Useful for event pages.
system_private.json 18 "description": "State of system update. NotAvailable when there is no available update or the update system is in error state, Updating when a system update is in progress, NeedRestart when a system update is finished and restart is needed."
22 "description": "Value between 0 and 1 describing the progress of system update download. This value will be set to 0 when |state| is NotAvailable, 1 when NeedRestart."
113 "description": "Fired when the volume is changed.",
125 "description": "Fired when the screen brightness is changed.",
137 "description": "Fired when the screen is unlocked.",
143 "description": "Fired when the device wakes up from sleep.",
  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketStreamHandleClient.h 46 // Called when Socket Stream is opened.
49 // Called when |amountSent| bytes are sent.
52 // Called when data are received.
55 // Called when Socket Stream is closed.
58 // Called when Socket Stream has an error.
  /external/chromium_org/third_party/libxslt/libxslt/
xsltwin32config.h 3 * when compiled on windows
5 * when compiled on windows. This file is generated.
76 * should be activated only when debugging libxslt. It replaces the
85 * should be activated only when debugging libxslt.
86 * DEBUG_MEMORY_LOCATION should be activated only when libxml has
xsltwin32config.h.in 3 * when compiled on windows
5 * when compiled on windows. This file is generated.
76 * should be activated only when debugging libxslt. It replaces the
85 * should be activated only when debugging libxslt.
86 * DEBUG_MEMORY_LOCATION should be activated only when libxml has
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltwin32config.h 3 * when compiled on windows
5 * when compiled on windows. This file is generated.
76 * should be activated only when debugging libxslt. It replaces the
85 * should be activated only when debugging libxslt.
86 * DEBUG_MEMORY_LOCATION should be activated only when libxml has
  /external/chromium_org/ui/gfx/
gtk_preserve_window.h 14 // GtkFixed creates an X window when realized and destroys an X window
15 // when unrealized. GtkPreserveWindow allows overrides this
16 // behaviour. When preserve is set (via gtk_preserve_window_set_preserve),
17 // the X window is only destroyed when the widget is destroyed.
64 // Provide a function to return an AtkObject* when calls to get_accessible
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.h 25 // the navigation should be done when the frame window is initialized. This
26 // function is called to complete the pending navigation when we receive a
33 // Invoked when we receive search notifications in metro chrome.
42 // Invoked when a url is navigated from a metro app or in the metro
47 // Invoked when the app is launched normally
  /packages/apps/Music/res/values-keysexposed/
strings.xml 21 <!-- Prompt in dialog when creating a playlist. The user will enter the name of the playlist in a textfield underneath this prompt. -->
23 <!-- Prompt in dialog when renaming a playlist, used when the current name and the new name are the same. The user will enter the new name of the playlist in a textfield underneath this prompt. -->
25 <!-- Prompt in dialog when renaming a playlist, used when the current name the new name are different. The user will enter the new name of the playlist in a textfield underneath this prompt. -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 7 android:fillEnabled : When set to true, the value of fillBefore is taken into account. [boolean]
8 android:fillBefore : When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started. [boolean]
9 android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
13 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
  /device/generic/goldfish/camera/
EmulatedCamera.h 41 * when EmulatedCameraFactory instance gets constructed. Connection to /
78 * This is a notification callback that is invoked by the camera device when
123 * NOTE: When this method is called the object is locked.
129 * NOTE: When this method is called the object is locked.
138 * NOTE: When this method is called the object is locked.
143 * NOTE: When this method is called the object is locked.
148 * NOTE: When this method is called the object is locked.
155 * NOTE: When this method is called the object is locked.
161 * NOTE: When this method is called the object is locked.
166 * NOTE: When this method is called the object is locked
    [all...]
  /external/chromium/webkit/glue/
password_form.h 30 // accurately. But it is not always possible, especially when importing from
36 // describe which fields are not strictly required when adding a saved password
71 // When parsing an HTML form, this must always be set.
78 // When parsing an HTML form, this must always be set.
83 // When parsing an HTML form, this must always be set.
88 // When parsing an HTML form, this is typically empty unless the site
94 // When parsing an HTML form, this must always be set.
99 // When parsing an HTML form, this is typically empty.
113 // When importing, this should be set to true if the page URL is HTTPS, thus
114 // giving it "the benefit of the doubt" that the SSL cert was valid when i
    [all...]
  /external/chromium_org/chrome/browser/
chrome_notification_types.h 28 // This message is sent when a browser is closing. The source is a
38 // This message is sent when closing a browser has been cancelled, either by
58 // Sent when the language (English, French...) for a page has been detected.
63 // Sent when a page has been translated. The source is the tab for that page
79 // Sent when the renderer returns focus to the browser, as part of focus
91 // This message is sent when the application is terminating (the last
99 // This notification is sent when the app has no key window, such as when
105 // This is sent when the user has chosen to exit the app, but before any
122 // This message is sent when a new InfoBar has been added to a
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 43 // (2) TranslateNotifyCallback gets invoked when translation is complete.
58 // Complete when BitcodeStreamDidOpen is invoked
60 // Complete when ResourcesDidLoad is invoked.
63 // translation output. Complete when NexeFdDidOpen is called.
68 // Complete when ObjectFileDidOpen is invoked.
70 // Complete when RunTranslate is invoked.
72 // Complete when RunTranslate returns.
74 // Complete when TranslateFinished is invoked.
77 // Complete when NexeReadDidOpen is invoked.
96 // Run when faced with a PPAPI error condition. Bring control back to th
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_observer.h 14 // Invoked when the model has finished loading. |ids_reassigned| mirrors
21 // Invoked when a node has moved.
28 // Invoked when a node has been added.
42 // Invoked when a node has been removed, the item may still be starred though.
56 // Invoked when the title or url of a node changes.
64 // Invoked when the metainfo on a node changes.
68 // Invoked when a favicon has been loaded or changed.
77 // Invoked when the children (just direct children, not descendants) of
98 // Invoked when all non-permanent bookmark nodes have been removed.
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_ui_controller.h 24 // Called when the user submits a form containing login information, so we
30 // Called when a form is autofilled with login information, so we can manage
37 // made when opening the ManagePasswordsBubble because there may have been
39 // fails if one deletes a password when they are autofilled, as it still shows
45 // Called when the bubble is opened after the icon gets displayed. We change
91 // Called when a passwordform is autofilled, when a new passwordform is
92 // submitted, or when a navigation occurs to update the visibility of the
101 // Set by OnPasswordSubmitted() when the user submits a form containing login
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.h 16 // URLLoaderHandler is used to download data from |url|. When download is
17 // finished or when an error occurs, it posts a message back to the browser
24 // between 50% to 100% when it needs more memory, depending on the
36 // self-destroy when all data is in).
47 // Called by pp::URLLoader when response headers are received or when an
59 // OnRead() will be called when bytes are received or when an error occurs.
71 // self-destroy. |this| is no longer valid when this method returns.
  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognizerClient.h 55 // To be called when the embedder has started to capture audio.
58 // To be called when some sound, possibly speech, has been detected.
62 // To be called when sound is no longer detected.
66 // To be called when audio capture has stopped.
70 // To be called when the speech recognizer provides new results.
78 // To be called when the speech recognizer returns a final result with no
82 // To be called when a speech recognition error occurs.
85 // To be called when the recognizer has begun to listen to the audio with
89 // To be called when the recognition session has ended. This must always be

Completed in 764 milliseconds

<<11121314151617181920>>