HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 626 - 650 of 10091) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager.h 66 // Check whether fully initialized and if so, publish policy by calling
70 // Starts the policy refresh scheduler. This must be called instead of calling
  /external/chromium_org/chrome/browser/prerender/
prerender_handle.h 49 // Before calling the destructor, the caller must invalidate the handle by
50 // calling either OnNavigateAway or OnCancel.
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h 31 // a JSON-RPC call, this class cancels the JSON-RPC call without calling the
33 // calling its RequestTextCheck method as listed in the following snippet.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 65 // ok to not implement them, the calling code checks before calling.
  /external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.h 27 // The owner view should implement the following methods by calling the
45 // by calling the |URLDropTargetHandler|'s implementations.
  /external/chromium_org/chrome/renderer/pepper/
pepper_extensions_common_host.cc 109 // TODO(yzshen): Add support for calling into JS for APIs that have custom
121 // TODO(yzshen): Add support for calling into JS for APIs that have custom
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager.h 34 // Calling Start() with this kFakeOpenSessionId will open the default device,
77 // Verifies that the calling thread is media stream device thread.
  /external/chromium_org/content/public/browser/
notification_registrar.cc 77 // Early-exit if no registrations, to avoid calling
80 // service, and we reach prgram exit, then calling current() below could try
  /external/chromium_org/gpu/command_buffer/service/
error_state.h 19 // Use these macro to synthesize GL errors instead of calling the error_state
86 // make sure there are no native GL errors before calling some GL function
  /external/chromium_org/media/audio/ios/
audio_manager_ios.mm 125 // Called by the stream when it has been released by calling Close().
130 // Called by the stream when it has been released by calling Close().
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.h 10 // - Calling Close() also leads to self destruction.
42 // triggered by calling AudioOutputStream::Close().
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_wait.c 345 * by the calling thread.
481 * by the calling thread, or undefined behaviour
485 * the calling thread to block on the condition variable.
491 * is owned by the calling thread.
498 * EINVAL mutex is not held by the calling thread,
540 * by the calling thread, or undefined behaviour
544 * the calling thread to block on the condition variable.
554 * EINVAL mutex is not held by the calling thread,
pthread_exit.c 49 * This function terminates the calling thread, returning
58 * This function terminates the calling thread, returning
pthread_getspecific.c 47 * calling thread. If no value has been set for 'key' in
57 * calling thread. If no value has been set for 'key' in
pthread_setcancelstate.c 46 * This function atomically sets the calling thread's
62 * This function atomically sets the calling thread's
pthread_setcanceltype.c 46 * This function atomically sets the calling thread's
62 * This function atomically sets the calling thread's
pthread_testcancel.c 47 * in the calling thread. The call has no effect if the
57 * in the calling thread. The call has no effect if the
sched_yield.c 46 * This function indicates that the calling thread is
54 * This function indicates that the calling thread is
  /external/chromium_org/net/test/embedded_test_server/
http_request.h 77 // in the internal buffer (and parsed). After calling GetRequest(), it will be
82 // STATE_ACCEPTED state. After calling it, the parser is ready to parse
  /external/chromium_org/ppapi/api/
ppb_var_array_buffer.idl 64 * Note that calling Map() can be a relatively expensive operation. Use care
65 * when calling it in performance-critical code. For example, you should call
  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 74 * cases, these should never be unset when calling this function. The
81 * Release()ing each var and calling PPB_Core.MemFree on the property pointer.
  /external/chromium_org/ppapi/c/
ppb_var_array_buffer.h 76 * Note that calling Map() can be a relatively expensive operation. Use care
77 * when calling it in performance-critical code. For example, you should call
  /external/chromium_org/ppapi/cpp/
var_array_buffer.h 76 /// Note that calling Map() can be a relatively expensive operation. Use care
77 /// when calling it in performance-critical code. For example, you should call
  /external/chromium_org/sync/api/
syncable_service.h 36 // Run() on your flare by calling MergeDataAndStartSyncing. The ModelType
43 // calling |sync_processor|'s ProcessSyncChanges as necessary to reconcile the
  /external/chromium_org/sync/notifier/
ack_tracker.h 47 // Equivalent to calling Ack() on all currently registered object IDs.
52 // performed; calling Track() twice on the same set of ids will result in two

Completed in 1227 milliseconds

<<21222324252627282930>>