HomeSort by relevance Sort by last modified time
    Searched full:pending (Results 401 - 425 of 4441) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/policy/
policy_service_impl.h 71 // Invokes all the refresh callbacks if there are no more refreshes pending.
90 // Set of providers that have a pending update that was triggered by a
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_crx_file_system_message_filter.cc 135 // a pending PepperFileSystemBrowserHost here with the fsid and send the
136 // pending host ID back to the plugin.
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_url_fetcher.h 33 // after a pending load starts (it will delete us if this doesn't happen).
34 // Once this pending load starts, we're responsible for deleting ourselves.
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 83 // Adds this to the list of pending dialogs, used for testing.
86 // Check if the list of pending dialogs contains dialog for |tab_id|.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_storage.html 284 <code>'synced'</code>, <code>'pending'</code>, or <code>'conflicting'</code>.
286 there're no pending local changes
288 There can, however, be pending changes on the Google Drive side
293 'Pending' means the file has pending changes
334 assume a file has pending changes and is in the 'pending' state.
337 When the sync service detects the pending local change
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.h 28 // Removes all pending moves that are registered for |directory| and all
32 // Retrieves the list of pending renames from the registry and returns a vector
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h 36 // least one registered observer or pending callback. The arbitrator and the
84 // idle without any pending messages).
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket.h 88 // There is a connect request that is pending.
92 // There is an SSL handshake request that is pending.
  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller_unittest.cc 125 // Process all pending tasks to avoid leaks.
130 // Allow the message loop to process pending synthetic scrolls, then quit.
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 124 // Allow renderer-initiated navigations to create a pending entry when the
142 // so that we know to load URLs that were pending as "lazy" loads.
148 // pending and in page navigations only happen on committed pages. If there
292 // Discards both the pending and transient entries.
295 // Discards only the pending entry.
306 // pending navigation it is preserved. In contrast to PruneAllButVisible()
349 // index of pending entry if it is in entries_, or -1 if pending_entry_ is a
391 // If a repost is pending, its type (RELOAD or RELOAD_IGNORING_CACHE),
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 83 // Remove a request from the list of pending requests.
94 // All pending URLRequestChromeJobs, keyed by ID of the request.
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 109 // Whether a SwapBuffers is pending.
112 // Whether we unscheduled command buffer because of pending SwapBuffers.
  /external/chromium_org/content/renderer/pepper/
pepper_browser_connection.h 46 // run when a reply is received with the pending resource ID.
82 // Sequence number to track pending callbacks.
pepper_platform_audio_input.h 126 // Whether we have a pending request to open a device. We have to make sure
127 // there isn't any pending request before this object goes away.
  /external/chromium_org/ppapi/c/private/
ppb_talk_private.h 109 * You can only have one call pending. It will return PP_OK_COMPLETIONPENDING
128 * You can only have one call pending. It will return PP_OK_COMPLETIONPENDING
  /external/chromium_org/ppapi/proxy/
url_loader_resource.h 32 // pending host ID for the already-created host in the renderer, and the
107 // Sets up |callback| as the pending callback. This should only be called once
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 64 "with previous swap still pending.");
65 // Already a pending SwapBuffers that hasn't returned yet.
tcp_socket_shared.h 80 // request is pending or a previous connect request failed).
83 // initiating SSL is pending).
  /external/chromium_org/ppapi/tests/
test_post_message.h 46 // Wait for pending messages; return the number of messages that were pending
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRuleImport.cpp 124 // removed from the pending sheet count, so let the doc know
125 // the sheet being imported is pending.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMPathElement.cpp 69 // Do not register as pending if we are already pending this resource.
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 59 // Return true if there is pending output rows ready.
66 // or NULL if no row was pending.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.h 80 * Allocates pending allocations in the pool
86 struct compute_memory_item* compute_memory_alloc(struct compute_memory_pool* pool, int64_t size_in_dw); ///Creates pending allocations
  /external/chromium_org/third_party/sqlite/src/src/
global.c 189 ** The value of the "pending" byte must be 0x40000000 (1 byte past the
191 ** the database page that contains the pending byte. It never attempts
192 ** to read or write that page. The pending byte page is set assign
195 ** During testing, it is often desirable to move the pending byte to
197 ** deal with the pending byte to run on files that are much smaller
199 ** move the pending byte.
201 ** IMPORTANT: Changing the pending byte to any value other than
203 ** Changing the pending byte during operating results in undefined
  /external/chromium_org/third_party/sqlite/src/test/
lock2.test 29 # it gets PENDING.
32 # this fails due to the PENDING lock.

Completed in 2547 milliseconds

<<11121314151617181920>>