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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
input-file-hidden-open-dialog-on-click.html 5 <title>Test that file dialog opens when click() is called </title>
8 Test manually that when you click on "Click me" button, an file open dialog appears.
remove-select-onchange.html 1 <p>This test shouldn't crash when you pick something from select, even though it removes itself.
5 <option>Shouldn't crash when you pick this.</option>
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java 9 import javax.annotation.meta.When;
16 When when() default When.ALWAYS;
20 public When forConstantValue(Nonnegative annotation, Object v) {
22 return When.NEVER;
35 return When.NEVER;
37 return When.ALWAYS;
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
Parallaxable.java 6 * {@link Drawable}s that support a parallax effect when drawing should
7 * implement this interface to receive the current parallax fraction to use when
  /external/chromium/chrome/browser/importer/
importer_progress_observer.h 13 // Objects implement this interface when they wish to be notified of events
17 // Invoked when the import begins.
20 // Invoked when data for the specified item is about to be collected.
23 // Invoked when data for the specified item has been collected from the
27 // Invoked when the source profile has been imported.
  /external/chromium_org/ash/shelf/
shelf_layout_manager_observer.h 22 // Called when the target ShelfLayoutManager will be deleted.
25 // Called when the visibility change is scheduled.
28 // Called when the auto hide state is changed.
31 // Called when the auto hide behavior is changed.
35 // Called when shelf background animation is started.
  /external/chromium_org/chrome/browser/importer/
importer_progress_observer.h 12 // Objects implement this interface when they wish to be notified of events
16 // Invoked when the import begins.
19 // Invoked when data for the specified item is about to be collected.
22 // Invoked when data for the specified item has been collected from the
26 // Invoked when the source profile has been imported.
  /external/chromium_org/ui/app_list/
search_box_model_observer.h 14 // Invoked when icon is changed.
17 // Invoked when the some properties of the speech recognition button is
21 // Invoked when hint text is changed.
24 // Invoked when selection model is changed.
27 // Invoked when text is changed.
pagination_model_observer.h 14 // Invoked when the total number of page is changed.
17 // Invoked when the selected page index is changed.
20 // Invoked when a transition starts.
23 // Invoked when the transition data is changed.
speech_ui_model_observer.h 22 // Invoked when sound level for the speech recognition has changed.
25 // Invoked when a speech result arrives. |is_final| is true only when the
29 // Invoked when the state of speech recognition is changed.
  /external/jsr305/sampleUses/src/main/java/
CreditCardNumber.java 9 import javax.annotation.meta.When;
18 public When forConstantValue(CreditCardNumber annotation, Object v) {
20 return When.NEVER;
23 return When.ALWAYS;
24 return When.NEVER;
  /external/chromium_org/ui/message_center/
message_center_observer.h 21 // Called when the notification associated with |notification_id| is added
25 // Called when the notification associated with |notification_id| is removed
30 // Called when the contents of the notification associated with
34 // Called when a click event happens on the notification associated with
38 // Called when a click event happens on a button indexed by |button_index|
43 // Called when the notification associated with |notification_id| is actually
47 // Called when the notification center is shown or hidden.
50 // Called whenever the quiet mode changes as a result of user action or when
54 // Called when the blocking state of |blocker| is changed.
  /external/chromium/chrome/browser/sessions/
tab_restore_service_observer.h 10 // Observer is notified when the set of entries managed by TabRestoreService
14 // Sent when the set of entries changes in some way.
17 // Sent to all remaining Observers when TabRestoreService's
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_observer.h 14 // Invoked when the app data is changed or loading state is changed.
17 // Invoked when failed to load web store data of an app.
20 // Invoked when the Kiosk Apps configuration changes.
  /external/chromium_org/chrome/browser/drive/
drive_notification_observer.h 10 // Interface for classes which need to know when to check Google Drive for
14 // Called when a notification from Google Drive is received.
17 // Called when XMPP-based push notification is enabled or disabled.
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_test_delegate.h 14 // Called when a form is previewed with Autofill suggestions.
17 // Called when a form is filled with Autofill suggestions.
20 // Called when a popup with Autofill suggestions is shown.
  /external/chromium_org/components/translate/common/
translate_metrics.h 15 // Note: |kMetricsEntries| should be updated when a new entry is added here.
39 // When a valid Content-Language is provided, TranslateHelper checks if a
62 // server provides. It can be empty string when a server doesn't provide it.
69 // be empty string when a page doesn't provide it. |revised_code| is a value
74 // Called when CLD verifies Content-Language header.
77 // Called when the Translate Element library is ready.
80 // Called when the Translate Element library is loaded.
83 // Called when a page translation is finished.
86 // Called when a translation is triggered.
89 // Called when a translation is triggered
    [all...]
  /external/chromium_org/ui/aura/
env_observer.h 17 // Called when |window| has been initialized.
20 // Called when |root_window| has been initialized.
23 // Called when a RootWindow's host is activated.
  /dalvik/dx/tests/120-disable-extended-ops/
info.txt 2 disable the emission of extended-opcode instructions when the target
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
manifest.json 2 "name": "A browser action which changes its icon when clicked.",
  /external/chromium_org/media/base/android/
media_player_manager.h 28 // Called by a MediaPlayerAndroid object when it is going to decode
31 // when needed.
34 // Called when a MediaPlayerAndroid object releases all its decoding
41 // Called when time update messages need to be sent. Args: player ID,
45 // Called when media metadata changed. Args: player ID, duration of the
54 // Called when playback completed. Args: player ID.
57 // Called when media download was interrupted. Args: player ID.
60 // Called when buffering has changed. Args: player ID, percentage
64 // Called when seek completed. Args: player ID, current time.
69 // Called when error happens. Args: player ID, error type
    [all...]
  /external/chromium_org/sync/tools/
DEPS 7 # TODO(akalin): Remove this when we use the system encryptor.
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/resources/
editable-compositing-subframe.html 8 The caret should blink correctly when editing this paragraph.
  /external/chromium_org/ui/app_list/cocoa/
scroll_view_with_no_scrollbars.h 10 // Delegate to notify when a user interaction to scroll completes.
13 // Called when a scroll gesture is observed, or when it completes.
18 // NSScrollView has a quirk when created programatically that causes gesture
  /external/chromium_org/ui/app_list/views/
search_result_view_delegate.h 14 // Called when the search result is activated.
18 // Called when one of the search result's optional action icons is activated.
24 // Called when the app represented by the search result is installed.
27 // Called when the app represented by the search result is uninstalled.

Completed in 970 milliseconds

1 23 4 5 6 7 8 91011>>