/external/chromium_org/net/quic/ |
quic_reliable_client_stream.h | 30 // Called when data is received. 31 // Returns network error code. OK when it successfully receives data. 34 // Called when the stream is closed by the peer. 37 // Called when the stream is closed because of an error. 78 // this method returns false, and |callback| will be invoked when
|
/external/chromium_org/ppapi/host/ |
host_message_context.h | 35 // Routing ID to be used when sending a reply message. This is only useful 36 // when the plugin is in-process. Otherwise, the value will be 42 // call requests when passed to resources. 71 // Routing ID to be used when sending a reply message. This is only useful 72 // when the plugin is in-process. Otherwise, the value will be
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TouchInputHandler.java | 29 * Called when the screen configuration is changed, such as when the screen is rotated or an 32 * could set a flag to reset the zoom level when the screen is rotated, but not when the 45 * Called when the host screen size is changed. The caller will handle repainting after this
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
show-hide-object.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/3572507">3572507</a> Flash in div with display:none style will not redraw when style changed to display:block (3479)</p> 16 The Flash movie hides when "Hide Flash" is clicked, and shows again when "Show Flash" is clicked. 20 The Flash movie hides when "Hide Flash" is clicked, but does not show again when "Show Flash" is clicked. Clicking on "Hide Flash" and then "Show Flash" again will show the movie.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.idl | 46 [RaisesException, MeasureAs=WebAudioStart] void start(optional double when, optional double grainOffset, optional double grainDuration); 47 [RaisesException] void stop(optional double when); 51 [RaisesException, ImplementedAs=start, MeasureAs=LegacyWebAudio] void noteOn(double when); 52 [RaisesException, MeasureAs=LegacyWebAudio] void noteGrainOn(double when, double grainOffset, double grainDuration); 53 [RaisesException, ImplementedAs=stop] void noteOff(double when);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDateTimeChooserCompletion.h | 33 // Gets called back when WebViewClient finished choosing a date/time value. 38 // is destroyed when this method is called. 43 // is destroyed when this method is called. If the value is NaN it means an 47 // Called when a user closed the chooser without choosing a value. The 48 // callback instance is destroyed when this method is called.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCPeerConnectionObserver.h | 47 // Triggered when the SignalingState changed. 51 // Triggered when media is received on a new stream from remote peer. 54 // Triggered when a remote peer close a stream. 57 // Triggered when a remote peer open a data channel. 60 // Triggered when renegotation is needed, for example the ICE has restarted.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCPeerConnectionDelegate.h | 40 // Triggered when there is an error. 43 // Triggered when the SignalingState changed. 47 // Triggered when media is received on a new stream from remote peer. 51 // Triggered when a remote peer close a stream. 55 // Triggered when renegotation is needed, for example the ICE has restarted.
|
/external/chromium_org/tools/android/forwarder2/ |
host_controller.h | 29 // HostController instance. When this callback is invoked, it's up to the 33 // Callback used for self-deletion when an error happens so that the client 72 // Note that this gets also called when ~HostController() is invoked. 81 // Used to notify the controller when the process is killed. 85 // Used to cancel the pending blocking IO operations when the host controller
|
/external/qemu/ |
qobject.h | 20 * when you are done. 26 * - Transferring ownership: when you transfer ownership of a reference 28 * QDECREF() when the reference is no longer needed. In other words, 29 * when the function returns you must behave as if the reference to the 92 * when it reaches zero
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMessage.java | 17 private long when; field in class:ShadowMessage 115 return when; 118 public void setWhen(long when) { 119 this.when = when;
|
/frameworks/base/core/java/android/database/sqlite/ |
SqliteWrapper.java | 61 Log.e(TAG, "Catch a SQLiteException when query: ", e); 71 Log.e(TAG, "Catch a SQLiteException when requery: ", e); 81 Log.e(TAG, "Catch a SQLiteException when update: ", e); 92 Log.e(TAG, "Catch a SQLiteException when delete: ", e); 103 Log.e(TAG, "Catch a SQLiteException when insert: ", e);
|
/frameworks/base/core/java/android/webkit/ |
WebViewFragment.java | 29 * The WebView is automically paused or resumed when the Fragment is paused or resumed. 53 * Called when the fragment is visible to the user and actively running. Resumes the WebView. 62 * Called when the fragment is no longer resumed. Pauses the WebView. 71 * Called when the WebView has been detached from the fragment. 81 * Called when the fragment is no longer in use. Destroys the internal state of the WebView.
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmVmInternal.java | 39 * @param when when to send the next HPIF chunk 40 * @return true on success. false if 'when' is bad or if there was 43 native public static boolean heapInfoNotify(int when); 51 native public static boolean heapSegmentNotify(int when, int what,
|
/libcore/luni/src/main/java/java/io/ |
WriteAbortedException.java | 23 * occurred when the object was serialized, and this marker was inserted instead 35 * The exception that occured when writeObject() was attempting to serialize 42 * detail message and the exception which caused the underlying problem when 48 * the exception that was thrown when serializing the object. 57 * Gets the extra information message which was provided when this exception
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexSession.java | 43 * Message to notify when a transfer is completed For outbound share, it 50 * Message to notify when a session is completed For outbound share, it 56 /** Message to notify when a BluetoothOppObexSession get any error condition */ 60 * Message to notify when a BluetoothOppObexSession is interrupted when
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings-action-keys.xml | 22 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 24 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 26 <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 28 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 30 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] -->
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
EditDistanceTests.java | 62 assertEquals("when both string are empty, no edits are needed", 68 assertEquals("when only one string of the arguments is empty," 75 assertEquals("when only one string of the arguments is empty," 84 assertEquals("when same strings are passed, distance equals 0.", 91 assertEquals("when same string references are passed, the distance equals 0.",
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
TransitionDrawableTest.java | 68 // start when there is no transition 74 // start when there is a transition in progress 81 // start when there is a reverse transition in progress 96 // reset when there is no transition 101 // reset when there is a transition in progress 109 // reset when there is a reverse transition in progress 122 // reverse when there is no transition 134 // reverse when there is a transition in progress 142 // reverse when there is a reverse transition in progress 162 // This boolean takes effect when the drawable is drawn and the effect can not be tested [all...] |
/external/chromium/chrome/browser/importer/ |
external_process_importer_client.h | 68 // Called on first message received when importing history; gives total 72 // Called when a group of URLRows has been received. 77 // Called when the home page has been received. 80 // First message received when importing bookmarks. 88 // Called when a group of bookmarks has been received. 93 // First message received when importing favicons. |total_favicons_size| 97 // Called when a group of favicons has been received. 102 // Called when the passwordform has been received. 106 // Called when search engines have been received. 138 // import data. When the import process is done, process_importer_host [all...] |
/external/chromium/chrome/browser/ |
jumplist_win.h | 97 // updates a JumpList when a tab is added or removed. 101 // task when it actually updates a JumpList. (This task is implemented in an 109 // When the TabRestoreService object notifies the tab status is changed, this 114 // Observer callback for TabRestoreService::Observer to notify when a tab is 117 // HistoryService. When the query finishes successfully, HistoryService call 121 // Observer callback to notice when our associated TabRestoreService 126 // We use the custom JumpList when we satisfy the following conditions: 129 // TODO(hbono): to be enabled by default when we finalize the categories and 149 // A callback function for HistoryService that notify when the "Most Visited" 156 // A callback function for HistoryService that notify when a requested favico [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_service.h | 23 // Service that checks for captive portals when queried, and sends a 56 // Returns the URL used for captive portal testing. When a captive portal is 63 // Whether or not the CaptivePortalService is enabled. When disabled, all 97 // The minimum amount of time between two captive portal checks, when the 101 // The minimum amount of time between two captive portal checks, when the 103 // |initial_backoff_no_portal_ms|. Also used when the service is disabled. 113 // Called by CaptivePortalDetector when detection completes. 120 // Called when a captive portal check completes. Passes the result to all 168 // True if the service is enabled. When not enabled, all checks will return 178 // Time when |last_detection_result_| was first received [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
search_ipc_router.h | 41 // Called when the page wants the omnibox to be focused. |state| specifies 45 // Called when the page wants to navigate to |url|. Usually used by the 53 // Called when the SearchBox wants to delete a Most Visited item. 56 // Called when the SearchBox wants to undo a Most Visited deletion. 59 // Called when the SearchBox wants to undo all Most Visited deletions. 69 // Called when the page wants to paste the |text| (or the clipboard contents 73 // Called when the SearchBox wants to verify the signed-in Chrome identity 111 // results in a call to OnInstantSupportDetermined() when the reply is 140 // Called when the tab corresponding to |this| instance is activated. 143 // Called when the tab corresponding to |this| instance is deactivated [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_observer.h | 22 // Objects implement this interface when they wish to be notified of changes 81 // Sent when the active tab changes. The previously active tab is identified 99 // Sent when the selection changes in |tab_strip_model|. More precisely when 121 // when instant is enabled and the user navigates by way of instant or when 128 // Invoked when the pinned state of a tab changes. See note in 133 // NOTE: This is sent when the pinned state of a non-app tab changes and is 138 // Invoked when the blocked state of a tab changes. 139 // NOTE: This is invoked when a tab becomes blocked/unblocked by a tab moda [all...] |
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider_hunspell_unittest.cc | 29 // Tests that the SpellCheckProvider object sends a spellcheck request when a 48 // Verify that the SpellCheckProvider class spellcheck the first word when we 49 // type a space key, i.e. when we finish typing a word. 56 // Verify that the SpellCheckProvider class spellcheck the first line when we 57 // type a return key, i.e. when we finish typing a line. 64 // Verify that the SpellCheckProvider class spellcheck the lines when we 73 // when a user inserts whitespace characters. 80 // Verify that the SpellCheckProvider class spellcheck the lines when we type 91 // spelling service when not necessary. 119 // Test that the SpellCheckProvider class sends a request when it receives [all...] |