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

<<11121314151617181920>>

  /frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd 41 lifecycle. For instance, when your
49 <p>Within the lifecycle callback methods, you can declare how your activity behaves when the
51 you might pause the video and terminate the network connection when the user switches to another
52 app. When the user returns, you can reconnect to the network and allow the user to resume the video
57 user expects and does not consume system resources when your activity doesn't need them.</p>
66 <dd>Learn what happens when your activity is paused (partially obscured) and resumed and what you
69 <dd>Learn what happens when the user completely leaves your activity and returns to it.</dd>
71 <dd>Learn what happens when your activity is destroyed and how you can rebuild the activity
72 state when necessary.</dd>
  /external/chromium_org/remoting/base/
plugin_thread_task_runner.cc 11 base::TimeDelta CalcTimeDelta(base::TimeTicks when) {
12 return std::max(when - base::TimeTicks::Now(), base::TimeDelta());
51 // When DetachAndRunShutdownLoop() is called from NPP_Destroy() all scheduled
137 // Post tasks to the plugin thread when it is availabe or spin the shutdown
150 void PluginThreadTaskRunner::PostDelayedRunTasks(base::TimeTicks when) {
156 // Schedule RunDelayedTasks() to be called at |when| if it hasn't been
158 if (scheduled_timers_.insert(when).second) {
159 base::TimeDelta delay = CalcTimeDelta(when);
161 base::Bind(&PluginThreadTaskRunner::RunDelayedTasks, this, when);
196 void PluginThreadTaskRunner::RunDelayedTasks(base::TimeTicks when) {
222 base::TimeTicks when = delayed_queue_.top().delayed_run_time; local
    [all...]
  /external/chromium_org/ui/events/
latency_info.h 19 // BEGIN COMPONENT is when we show the latency begin in chrome://tracing.
20 // Timestamp when the input event is sent from RenderWidgetHost to renderer.
23 // Timestamp when the scroll update gesture event is sent from RWH to
26 // timestamp when its original touch events is sent from RWH to renderer.
34 // Timestamp when the UI event is created.
39 // Timestamp when the touch event is acked.
41 // Frame number when a window snapshot was requested. The snapshot
42 // is taken when the rendering results actually reach the screen.
45 // TERMINAL COMPONENT is when we show the latency end in chrome://tracing.
46 // Timestamp when the mouse event is acked from renderer and it does no
    [all...]
  /frameworks/base/core/java/android/content/
DialogInterface.java 63 * Interface used to allow the creator of a dialog to run some code when the
66 * This will only be called when the dialog is canceled, if the creator
67 * needs to know when it is dismissed in general, use
72 * This method will be invoked when the dialog is canceled.
81 * Interface used to allow the creator of a dialog to run some code when the
86 * This method will be invoked when the dialog is dismissed.
95 * Interface used to allow the creator of a dialog to run some code when the
100 * This method will be invoked when the dialog is shown.
109 * Interface used to allow the creator of a dialog to run some code when an
114 * This method will be invoked when a button in the dialog is clicked
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 51 // Called when a region of the WebWidget needs to be re-painted.
54 // Called when a region of the WebWidget, given by clipRect, should be
58 // Called when the Widget has changed size as a result of an auto-resize.
61 // Called when the compositor is enabled or disabled. The parameter to
90 // Called for compositing mode when a frame commit operation has finished.
93 // Called for compositing mode when the draw commands for a WebKit-side
97 // Called for compositing mode when swapbuffers has been posted in the GPU
101 // Called when a call to WebWidget::animate is required
105 // when scheduleAnimation (or possibly some other cause for another frame)
109 // Called when the widget acquires or loses focus, respectively
    [all...]
  /external/chromium_org/ui/base/ime/chromeos/
ibus_bridge.h 33 // Called when the engine commit a text.
36 // Called when the engine update preedit stroing.
41 // Called when the engine request deleting surrounding string.
70 // Called when the Chrome input field get the focus.
73 // Called when the Chrome input field lose the focus.
76 // Called when the IME is enabled.
79 // Called when the IME is disabled.
82 // Called when a property is activated or changed.
85 // Called when the IME is reset.
88 // Called when the key event is received
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 45 * Power consumption when CPU is in power collapse mode.
50 * Power consumption when CPU is awake (when a wake lock is held). This
52 * when a wake lock is held. Otherwise, this is the power consumption in
59 * Power consumption when CPU is in power collapse mode.
64 * Power consumption when WiFi driver is scanning for networks.
69 * Power consumption when WiFi driver is on.
74 * Power consumption when WiFi driver is transmitting/receiving.
79 * Power consumption when GPS is on.
84 * Power consumption when Bluetooth driver is on
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 36 * start looking for an access point. This state is entered when a
63 * This state is entered when wpa_supplicant starts scanning for a
71 * This state is entered when wpa_supplicant has found a suitable BSS
80 * This state is entered when wpa_supplicant has found a suitable BSS
82 * with this BSS in ap_scan=1 mode. When using ap_scan=2 mode, this
83 * state is entered when the driver is configured to try to associate
91 * This state is entered when the driver reports that association has
101 * This state is entered when WPA/WPA2 4-Way Handshake is started. In
102 * case of WPA-PSK, this happens when receiving the first EAPOL-Key
104 * when the IEEE 802.1X/EAPOL authentication has been completed
    [all...]
  /external/chromium_org/content/public/browser/
web_contents_observer.h 48 // Called when a RenderFrameHost associated with this WebContents is created.
55 // Only one of the two methods below will be called when a RVH is created for
61 // This method is invoked when the RenderView of the current RenderViewHost
65 // This method is invoked when a RenderViewHost of the WebContents is
66 // deleted. Note that this does not always happen when the WebContents starts
71 // This method is invoked when the process for the current RenderView crashes.
72 // The WebContents continues to use the RenderViewHost, e.g. when the user
74 // When the RenderViewHost is deleted, the RenderViewDeleted method will be
78 // This method is invoked when a WebContents swaps its render view host with
128 // This method is invoked when the provisional load was successfull
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertStore_ImplTest.java 99 * throws NullPointerException when type is null
100 * throws NoSuchAlgorithmException when type is incorrect;
101 * throws InvalidAlgorithmParameterException when params is null
111 fail("NullPointerException or NoSuchAlgorithmException must be thrown when type is null");
126 fail("InvalidAlgorithmParameterException must be thrown when params is null");
131 fail("InvalidAlgorithmParameterException must be thrown when params is incorrect");
150 * throws NullPointerException when type is null
151 * throws NoSuchAlgorithmException when type is incorrect;
152 * throws IllegalArgumentException when provider is null or empty;
153 * throws NoSuchProviderException when provider is available;
    [all...]
  /external/chromium/base/win/
object_watcher.h 22 // This class acts like a smart pointer such that when it goes out-of-scope,
40 // In the above example, MyClass wants to "do stuff" when object becomes
41 // signaled. ObjectWatcher makes this task easy. When MyClass goes out of
50 // Called from the MessageLoop when a signaled object is detected. To
58 // When the object is signaled, the given delegate is notified on the thread
79 // Called on a background thread when done waiting.
  /external/chromium/build/internal/
README.chromium 9 Included by ..\release.vsprops by default when CHROME_BUILD_TYPE is undefined. Includes release_defaults.vsprops.
12 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_checksenabled. Matches what release_defaults.vsprops does, but doesn't actually inherit from it as we couldn't quite get that working. The only difference is that _DEBUG is set instead of NDEBUG. Used for keeping debug checks enabled with a build that is fast enough to dogfood with.
15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
21 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
24 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_purify. Includes release_defaults.vsprops. Disables optimizations. Used with Purify to test without debug tools and without optimization; i.e. NDEBUG is defined but the compiler doesn't optimize the binary.
  /external/chromium/chrome/browser/history/
history_notifications.h 21 // so that the history service's broadcaster can delete it when the request
57 // Set when all history was deleted. False means just a subset was deleted.
60 // The list of unique URLs affected. This is valid only when a subset of
61 // history is deleted. When all of it is deleted, this will be empty, since
71 // The new starred state of the list of URLs. True when they are being
72 // starred, false when they are being unstarred.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 21 // Tells the delegate when the tab contents view's frame is about to change.
46 // Call when the tab contents is about to be replaced with the currently
50 // Call when the tab view is properly sized and the render widget host view
59 // Called when the tab contents is the currently selected tab and is about to be
63 // Called when the tab contents is about to be put into the view hierarchy as
68 // Called when the tab contents is updated in some non-descript way (the
  /external/chromium/chrome/browser/webdata/
autofill_change.h 53 // When |type| == ADD, |profile| should be non-NULL.
54 // When |type| == UPDATE, |profile| should be non-NULL.
55 // When |type| == REMOVE, |profile| should be NULL.
74 // When |type| == ADD, |credit_card| should be non-NULL.
75 // When |type| == UPDATE, |credit_card| should be non-NULL.
76 // When |type| == REMOVE, |credit_card| should be NULL.
  /external/chromium_org/build/android/
developer_recommended_flags.gypi 14 # When using this method, you can override individual settings by setting them unconditionally (with
26 # When set to 1, only write jni generated files if they've changed. This can prevent unnecessary
27 # compiling/linking of native libraries when editing java files.
35 # When gyp_managed_install is set to 1, building an APK will install that APK on the connected
46 # When create_standalone_apk is set to 1, we will build a standalone APK
52 # TODO(cjhopman): Enable this when http://crbug.com/156420 is addressed. Until then, users can
  /external/chromium_org/build/internal/
README.chromium 9 Included by ..\release.vsprops by default when CHROME_BUILD_TYPE is undefined. Includes release_defaults.vsprops.
12 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_checksenabled. Matches what release_defaults.vsprops does, but doesn't actually inherit from it as we couldn't quite get that working. The only difference is that _DEBUG is set instead of NDEBUG. Used for keeping debug checks enabled with a build that is fast enough to dogfood with.
15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
21 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
24 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_purify. Includes release_defaults.vsprops. Disables optimizations. Used with Purify to test without debug tools and without optimization; i.e. NDEBUG is defined but the compiler doesn't optimize the binary.
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 17 // initialization process. There is an initial delay to avoid contention when
19 // destroy itself when the initialization succeeds or fails.
24 // Called when enabling offline mode times out. OnCompletion will be called
28 // Called when the first run flow finishes, informing the observer of
58 // Called when timed out waiting for offline initialization to complete.
61 // Creates and shows a system notification when enable offline succeeds.
  /external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_mode_controller.h 17 // when in --enable-simplified-fullscreen. By default, in fullscreen, only the
18 // toolbar and not the tabstrip are visible. When the user mouses near the top
23 // created when fullscreen is being entered and is destroyed when fullscreen
39 // The animation that is either showing or hiding the tabstrip. Nil when no
43 // The current and destination states of |animation_|. When no animation is
menu_button.h 19 // handled internally to always show the menu when clicked. This behavior is
20 // used for the Wrench menu, for example. When the property is NO, the button
21 // can have a separate target-action but will open the menu when clicked and
41 // Whether or not to open the menu when the button is clicked. Otherwise, the
42 // menu will only be opened when clicked and held.
45 // Whether or not to open the menu when the right button is clicked.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.h 16 // username at the top of the NTP (and update itself when that changes).
40 // User actions while on the NTP when clicking on or viewing the sync promo.
47 // Called from JS when the NTP is loaded. |args| is the list of arguments
51 // Called from JS when the user clicks the login container. It shows the
59 // Called from JS when the sync promo NTP bubble has been displayed. |args| is
63 // Called from JS when the user clicks on the advanced link the sync promo NTP
  /external/chromium_org/chrome/common/extensions/api/
sockets_tcp.idl 13 // value is not specified, a default value is used when calling
14 // <code>create</code>, or the existing value if preserved when calling
17 // Flag indicating if the socket is left open when the event page of
20 // Lifecycle</a>). The default value is "false." When the application is
88 // Flag indicating whether the socket is left open when the application is
148 // |callback| : Called when the socket has been created.
155 // |callback| : Called when the properties are updated.
162 // by an application to throttle data sent by its peer. When a socket is
163 // paused, no <code>onReceive<code> event is raised. When a socket is
165 // when messages are received
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.h 18 // reported when the key system is supported when queried, regardless of
21 // when the key system is supported when queried without a MIME type
34 // Reports that the |key_system| is queried. When |has_type|, also reports
38 // Reports that the queried |key_system| is supported. When |has_type| (a
  /external/chromium_org/media/audio/
audio_logging.h 22 // Called when an audio component is created. |params| are the parameters of
31 // Called when an audio component is started, generally this is synonymous
35 // Called when an audio component is stopped, generally this is synonymous
39 // Called when an audio component is closed, generally this is synonymous
43 // Called when an audio component encounters an error.
46 // Called when an audio component changes volume. |volume| is the new volume.
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.h 27 // TODO(xhwang): This class is partially cloned from FFmpegAudioDecoder. When
39 // Returns true when |config| is a valid audio decoder configuration.
43 // output in |decoded_frames| when output is available. Returns
44 // |cdm::kNeedMoreData| when |compressed_frame| does not produce output.
45 // Returns |cdm::kDecodeError| when decoding fails.
83 // This is required for handling negative timestamps when decoding Vorbis

Completed in 1703 milliseconds

<<11121314151617181920>>