Searched
full:pending (Results
301 -
325 of
4441) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_sync_service.h | 49 // |pending_changes_hint| indicates the pending queue length to help sync 76 // (i.e. when we have no pending writes and the file is successfully locked 93 // Returns true via |callback| if the given file |url| has local pending 199 // Origins which have pending changes but have not been initialized yet.
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_favicon_loader.cc | 62 // Map of pending download urls. 81 // and pending urls, but only until they are removed from the list. 92 // Preserve matching pending requests amd processed requests. 111 continue; // Skip already pending downloads.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_utils.h | 33 // Passing in a non-nil oldTitle will also cancel any pending title changes with
|
run_loop_testing.mm | 44 // Put a delayed selector on the queue. All other pending delayed selectors
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
webstore_custom_bindings.js | 15 throw 'A Chrome Web Store installation is already pending.';
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
navigation_tracker.h | 36 // Gets whether a navigation is pending for the specified frame. |frame_id|
|
/external/chromium_org/content/browser/devtools/ |
render_view_devtools_agent_host.h | 28 static void OnCancelPendingNavigation(RenderViewHost* pending,
|
/external/chromium_org/content/browser/loader/ |
resource_message_filter.cc | 41 // Unhook us from all pending network requests so they don't get sent to a
|
/external/chromium_org/content/browser/ |
profiler_controller_impl.h | 33 // that there is no longer a possibility for the count of pending processes to
|
/external/chromium_org/content/browser/speech/ |
audio_encoder.h | 38 // Finish encoding and flush any pending encoded bits out.
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_wrapper.h | 64 // DestroyPendingBuffers is used to cancel a pending decode. 68 // Useful when a pending decode is to be cancelled (on reset or error). 71 // Execute decode in hardware into |va_surface_id} and destroy pending 92 // Execute decode in hardware and destroy pending buffers. Return false if
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
LongPressDetector.java | 127 // Given a stream of pending events, cancel the LONG_PRESS timer if appropriate. 133 MotionEvent pending = pendingEvents.next(); local 134 if (pending.getDownTime() != currentDownTime) { 137 cancelLongPressIfNeeded(pending);
|
/external/chromium_org/content/public/browser/ |
geolocation_permission_context.h | 32 // The renderer is cancelling a pending permission request.
|
/external/chromium_org/content/public/test/ |
test_utils.h | 36 // Turns on nestable tasks, runs all pending tasks in the message loop, 39 // all pending tasks. 42 // Blocks the current thread until all the pending messages in the loop of the 46 // Get task to quit the given RunLoop. It allows a few generations of pending
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_bindings.h | 62 // This is used to ensure pending tasks will not fire after this object is
|
/external/chromium_org/content/renderer/java/ |
java_bridge_dispatcher.h | 21 // process modify the entries in a map of 'pending' objects. These objects are
|
/external/chromium_org/content/renderer/pepper/ |
pepper_url_loader_host.h | 33 // pending until the plugin resource attaches to it. 82 // the case where we have created a pending host resource and the 138 // Messages sent while the resource host is pending. These will be forwarded 144 // True when there's a pending DataFromURLResponse call which will send a
|
/external/chromium_org/gpu/command_buffer/client/ |
buffer_tracker.h | 97 // Frees the block of memory associated with buffer, pending the passage
|
/external/chromium_org/net/cert/ |
single_request_cert_verifier.h | 20 // If a completion callback is pending when the verifier is destroyed, the
|
/external/chromium_org/net/url_request/ |
url_request_status.h | 21 // An IO request is pending, and the caller will be informed when it is
|
url_request_test_job.h | 32 // When a job is created, it gets put on a queue of pending test jobs. To 82 // Processes one pending message from the stack, returning true if any 83 // message was processed, or false if there are no more pending request 120 // return IO pending. This controls whether or not the WAITING state will
|
/external/chromium_org/ppapi/api/dev/ |
ppb_video_decoder_dev.idl | 111 * Flush input and output buffers in the decoder. Any pending inputs are 112 * decoded and pending outputs are delivered to the plugin. Once done 127 * Reset the decoder as quickly as possible. Pending inputs and outputs are 143 * Tear down the decoder as quickly as possible. Pending inputs and outputs
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_fullscreen.idl | 36 * This does not unbind the current Graphics2D or Graphics3D. Pending flushes
|
ppb_tcp_socket_private.idl | 82 * If the socket is not connected, or there are pending read/write requests, 141 * Cancels any IO that may be pending, and disconnects the socket. Any pending 142 * callbacks will still run, reporting PP_Error_Aborted if pending IO was
|
/external/chromium_org/ppapi/c/dev/ |
ppb_video_decoder_dev.h | 121 * Flush input and output buffers in the decoder. Any pending inputs are 122 * decoded and pending outputs are delivered to the plugin. Once done 135 * Reset the decoder as quickly as possible. Pending inputs and outputs are 149 * Tear down the decoder as quickly as possible. Pending inputs and outputs
|
Completed in 411 milliseconds
<<11121314151617181920>>