Searched
full:pending (Results
251 -
275 of
4441) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/extensions/ |
pending_extension_info.h | 19 // A pending extension is an extension that hasn't been installed yet 21 // update URL of a pending extension may be blank, in which case a
|
/external/chromium_org/chrome/browser/printing/ |
background_printing_manager.h | 58 // Add |preview_contents| to the pending deletion set and schedule deletion. 71 // that are pending deletion.
|
print_view_manager.h | 62 // Terminates or cancels the print job if one was pending. 88 // Keeps track of the pending callback during scripted print preview.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_feedback_service.h | 86 // Currently active & pending uploads. The first item is active, remaining 87 // items are pending.
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_action_unittest.cc | 76 "{\"actionType\": \"PENDING\"}" }, 79 "{\"actionType\": \"PENDING\"}" },
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_operation_runner.h | 64 // its target_paths(). This also runs pending tasks that have become 68 // Pending tasks are cancelled when this class is destructed.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_impl.h | 94 // Incremented to indicate that pending profile loads are no longer valid. 97 // How many profile loads are pending.
|
/external/chromium_org/content/browser/media/ |
media_internals_proxy.h | 26 // It is ref_counted to ensure that it completes all pending Tasks on both 73 // Send all pending events to the page.
|
/external/chromium_org/content/browser/ |
resolve_proxy_msg_helper.cc | 39 // Enqueue the pending request. 48 // Clear all pending requests if the ProxyService is still alive (if we have a
|
/external/chromium_org/content/browser/tracing/ |
trace_controller_impl.h | 86 // Pending acks for EndTracingAsync: 88 // Pending acks for GetTraceBufferPercentFullAsync:
|
/external/chromium_org/content/common/ |
socket_stream_messages.h | 34 // The number of pending bytes can be tracked by size of |data| sent 56 // of how much it has pending (how much it has requested to be sent) and
|
/external/chromium_org/content/public/browser/ |
download_interrupt_reason_values.h | 100 // Internal use only: resume pending downloads if possible. 107 // Internal use only: resume pending downloads if possible.
|
/external/chromium_org/content/renderer/pepper/ |
pepper_broker.h | 56 // Adds a pending connection to the broker. Balances out Disconnect() calls. 81 // Reports failure to all clients that had pending operations.
|
pepper_platform_video_capture.h | 94 // Whether we have a pending request to open a device. We have to make sure 95 // there isn't any pending request before this object goes away.
|
/external/chromium_org/content/test/net/ |
url_request_slow_download_job.h | 82 // Mark all pending requests to be finished. We keep track of pending
|
/external/chromium_org/ppapi/c/private/ |
ppb_tcp_server_socket_private.h | 54 * length to which the queue of pending connections may 83 * Cancels all pending callbacks reporting PP_ERROR_ABORTED and
|
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
make_token_matcher.py | 65 def choose_selection_pos(self, cases, pending): 66 candidates = [pos for pos in pending if all(alternative.isalpha() for alternative in [c.identifier[pos] for c in cases])] 71 def inspect_array(self, cases, pending): 73 if pending: 74 common = [pos for pos in pending 91 next_pending = list(set(pending) - set(common)) 96 pos = self.choose_selection_pos(cases, pending) 97 next_pending = filter(lambda p: p != pos, pending)
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebUnitTestSupport.h | 51 // Causes all pending asynchronous requests to be served. When this method 52 // returns all the pending requests have been processed.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
LocalStreamForwarder.java | 63 * forwarding channel. Pending output (OutputStream not flushed) will NOT 64 * be sent. Pending input (InputStream) can still be read. If the shutdown
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
DelayedOperations.java | 27 * Class that helps post {@link Runnable}s to a {@link Handler}, and cancel pending ones 87 * Cancel all pending {@link Runnable}s.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
vm86.h | 26 #define VIP_MASK 0x00100000 /* virtual interrupt pending */ 52 #define VM86_PICRETURN 4 /* return due to pending PIC request */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sem.h | 28 struct sem_queue *sem_pending; /* pending operations to be processed */ 29 struct sem_queue **sem_pending_last; /* last pending operation */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
vm86.h | 26 #define VIP_MASK 0x00100000 /* virtual interrupt pending */ 52 #define VM86_PICRETURN 4 /* return due to pending PIC request */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sem.h | 28 struct sem_queue *sem_pending; /* pending operations to be processed */ 29 struct sem_queue **sem_pending_last; /* last pending operation */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
vm86.h | 26 #define VIP_MASK 0x00100000 /* virtual interrupt pending */ 52 #define VM86_PICRETURN 4 /* return due to pending PIC request */
|
Completed in 714 milliseconds
<<11121314151617181920>>