HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 276 - 300 of 832) 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/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 55 <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.
59 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.
71 'consumer_key': &lt;OAuth consumer key&gt;,
72 '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/renderer/
savable_resources.h 25 // for current page. The consumer of the SavableResourcesResult is responsible
  /external/chromium_org/google_apis/gaia/
oauth2_token_service_unittest.cc 21 // A testing consumer that retries on error.
432 RetryingTestingOAuth2TokenServiceConsumer consumer(oauth2_service_.get(),
435 account_id_, OAuth2TokenService::ScopeSet(), &consumer));
437 EXPECT_EQ(0, consumer.number_of_successful_tokens_);
438 EXPECT_EQ(0, consumer.number_of_errors_);
445 EXPECT_EQ(0, consumer.number_of_successful_tokens_);
446 EXPECT_EQ(1, consumer.number_of_errors_);
453 EXPECT_EQ(0, consumer.number_of_successful_tokens_);
454 EXPECT_EQ(2, consumer.number_of_errors_);
  /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
102 // filter may be null if the consumer is not interested in handling messages
201 // point the consumer is telling us that they don't want to receive any
  /external/chromium_org/net/base/
directory_lister.h 22 // structs over to the main application thread. The consumer of this class
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 80 scoped_refptr<FrameConsumerProxy> consumer)
83 consumer_(consumer),
191 // Notify the consumer that painting is done.
267 // Return buffers that are smaller than needed to the consumer for
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ThreadSafeDataTransport.h 45 // 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/tools/telemetry/telemetry/core/platform/profiler/
oomkiller_profiler.py 42 # Bring the browser to the foreground after launching the mem 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 616 milliseconds

<<11121314151617181920>>