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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper.h 54 // Return a copy of the ServerBoundCert helper. Only one consumer can use the
  /external/chromium_org/chrome/browser/extensions/
lazy_background_task_queue.h 27 // It is the consumer's responsibility to use this class when appropriate, i.e.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_enable_kiosk.js 100 * @param {boolean} success True if consumer kiosk was successfully enabled.
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui.cc 106 // |profile| is required for its request context. |consumer| will be
111 IdentityInternalsUIMessageHandler* consumer);
254 IdentityInternalsUIMessageHandler* consumer)
259 consumer_(consumer) {
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 46 public $consumer; variable
51 $this->consumer = new OAuthConsumer( variable
108 $this->consumer, $this->token, 'GET', $url, array());
110 $request->sign_request($this->signatureMethod, $this->consumer,
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
tut_oauth.html 52 <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.
56 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.
68 'consumer_key': &lt;OAuth consumer key&gt;,
69 'consumer_secret': &lt;OAuth consumer secret&gt;,
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_mac.h 78 // Side-band data that's not passed to the consumer, but we need to maintain
  /external/chromium_org/content/browser/loader/
offline_policy.cc 51 // If a consumer has requested something contradictory, it wins; we
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.cc 10 // 1. Reserve Buffer: Before a frame can be captured, a slot in the consumer's
12 // when they run out, it indicates that the downstream consumer -- likely a
30 // 4. Deliver: The rendered video frame is returned to the consumer (which
143 ThreadSafeCaptureOracle(media::VideoCaptureDevice::EventHandler* consumer,
159 // Stop new captures from happening (but doesn't forget the consumer).
162 // Signal an error to the consumer.
411 media::VideoCaptureDevice::EventHandler* consumer,
413 : consumer_(consumer),
    [all...]
  /external/chromium_org/content/renderer/
savable_resources.h 25 // for current page. The consumer of the SavableResourcesResult is responsible
  /external/chromium_org/ios/consumer/base/
supports_user_data.cc 5 #include "ios/public/consumer/base/supports_user_data.h"
  /external/chromium_org/ios/public/provider/web/
web_state_user_data.h 8 #include "ios/public/consumer/base/supports_user_data.h"
  /external/chromium_org/ipc/
ipc_channel_proxy.h 47 // the consumer of IPC::ChannelProxy the ability to respond to incoming
52 // The consumer of IPC::ChannelProxy is responsible for allocating the Thread
125 // filter may be null if the consumer is not interested in handling messages
228 // point the consumer is telling us that they don't want to receive any
  /external/chromium_org/media/audio/
test_audio_input_controller_factory.h 40 // // Make sure consumer of AudioInputController does the right thing.
  /external/chromium_org/net/base/
directory_lister.h 22 // structs over to the main application thread. The consumer of this class
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ThreadSafeDataTransport.h 44 // one consumer.
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLError.h 46 // string as it will just be passed via callbacks to the consumer.
  /external/chromium_org/v8/src/
unbound-queue.h 39 // consumer. Doesn't have restrictions on the number of queued
  /external/chromium_org/webkit/common/blob/
scoped_file.h 23 // to be deleted and/or to notify a consumer when it is going to be scoped out.
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 1 //===-- MultiplexConsumer.h - AST Consumer for PCH Generation ---*- C++ -*-===//
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 41 /// CreateHTMLPrinter - Create an AST consumer which rewrites source code to
FrontendActions.h 20 // AST Consumer Actions
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 20 // AST Consumer Actions
  /external/clang/lib/Serialization/
GeneratePCH.cpp 1 //===--- GeneratePCH.cpp - Sema Consumer for PCH Generation -----*- C++ -*-===//
  /external/compiler-rt/
README.android 6 * - Changes due to the limitations in Android-based consumer electronics.

Completed in 986 milliseconds

<<11121314151617181920>>