HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 476 - 500 of 812) sorted by null

<<11121314151617181920>>

  /external/chromium/base/synchronization/
waitable_event.h 48 // consumer must call the Reset method. If this parameter is false, then the
  /external/chromium/base/threading/
thread.h 19 // The consumer uses the MessageLoop of the thread to cause code to execute on
  /external/chromium/chrome/browser/importer/
mork_reader.h 56 // The nsMorkReader object allows a consumer to read in a mork-format
  /external/chromium/chrome/common/extensions/docs/
tut_oauth.html 390 <p>In the context of an extension, this flow gets a bit tricky. Namely, there is no established consumer key/secret between the service provider and the application. That is, there is no web application URL for the user to be redirected to after the approval process.
394 Luckily, Google and a few other companies have been working on an <a href="http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html">OAuth for installed applications</a> solution that you can use from an extension environment. In the installed applications OAuth dance, the consumer key/secret are ?anonymous?/?anonymous? and you provide an <em>application name</em> for the user to grant access to (instead of an application URL). The end result is the same: your background page requests the initial token, opens a new tab to the approval page, and finally makes the asynchronous call for the access token.
405 'consumer_key': &lt;OAuth consumer key&gt;,
406 'consumer_secret': &lt;OAuth consumer secret&gt;,
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.h 47 GaiaAuthFetcher(GaiaAuthConsumer* consumer,
  /external/chromium/net/socket/
client_socket_handle.h 57 // which case the consumer will be notified of completion via |callback|.
  /external/chromium/sdch/open-vcdiff/src/
addrcache.h 185 // this means that the consumer should block and wait for more data
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 5 // Unit tests for event trace consumer base class.
  /external/chromium_org/chrome/browser/extensions/
startup_helper.cc 154 // Unowned pointer to a runloop, so our consumer can wait for us to finish.
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 166 // Consumer requests were set in the UI thread. They must be cancelled
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.h 55 GaiaOAuthFetcher(GaiaOAuthConsumer* consumer,
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_encoder.js 67 // saving an typical photo taken with consumer camera increases its file size
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 168 // Consumer for search requests to the history service.
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 30 # measuring-broadband-america-report-consumer-broadband-performance-us).
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream.cc 67 // Notifies the consumer callback that the stream is now dead.
  /external/chromium_org/content/renderer/
savable_resources.cc 38 // making sure that no duplicated resource link in final result. The consumer
  /external/chromium_org/net/socket/
client_socket_handle.h 58 // which case the consumer will be notified of completion via |callback|.
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.h 185 // this means that the consumer should block and wait for more data
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.cpp 135 // registers it and copies it *back* to the browser. When a consumer
  /external/chromium_org/third_party/libwebp/utils/
thread.c 116 // note that there is a consumer available so the signal isn't dropped in
  /external/chromium_org/ui/aura/
root_window.cc 66 Window* ConsumerToWindow(ui::GestureConsumer* consumer) {
67 return consumer && !consumer->ignores_events() ?
68 static_cast<Window*>(consumer) : NULL;
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 58 /// \brief Inform the semantic consumer that Sema is no longer available.
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 30 // AST Consumer Actions
  /external/freetype/src/cff/
cf2hints.h 187 CF2_OutlineCallbacks callbacks; /* outline consumer */
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 119 // note that there is a consumer available so the signal isn't dropped in

Completed in 2331 milliseconds

<<11121314151617181920>>