Searched
full:consumer (Results
401 -
425 of
832) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.h | 78 explicit ParallelAuthenticator(LoginStatusConsumer* consumer); 122 // Mounts tmpfs and notifies consumer on the success/failure.
|
login_utils.cc | 130 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer); 518 LoginStatusConsumer* consumer) { 520 return new ParallelAuthenticator(consumer); 522 return new GoogleAuthenticator(consumer);
|
/external/chromium/net/url_request/ |
url_request_http_job.cc | 416 // be notifying our consumer asynchronously via OnStartCompleted. 457 // be notifying our consumer asynchronously via OnStartCompleted. 891 // restrict redirects to externally handled protocols. Our consumer would 977 // OK, let the consumer read the error page... [all...] |
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
managed_user_authenticator.cc | 100 ManagedUserAuthenticator::ManagedUserAuthenticator(AuthStatusConsumer* consumer) 101 : consumer_(consumer) {}
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessConnectionImpl.java | 86 // This is set by the consumer of the class in setupConnection() and is later used in 91 // Callbacks used to notify the consumer about connection events. This is also provided in
|
/external/chromium_org/content/renderer/pepper/ |
npapi_glue.h | 235 // The given exception may be NULL if the consumer isn't interested in 258 // May be null if the consumer isn't interesting in catching exceptions.
|
/external/chromium_org/net/url_request/ |
url_request_ftp_job.cc | 157 // be notifying our consumer asynchronously via OnStartCompleted. 262 // be notifying our consumer asynchronously via OnStartCompleted.
|
url_request_http_job.cc | 345 // Our consumer should have made sure that this is a safe referrer. See for 616 // be notifying our consumer asynchronously via OnStartCompleted. 712 // be notifying our consumer asynchronously via OnStartCompleted. [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
ScriptProcessorNode.cpp | 157 // This node is the producer for inputBuffer and the consumer for outputBuffer. 158 // The JavaScript code is the consumer of inputBuffer and the producer for outputBuffer.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
linker.cpp | 632 gl_shader *producer, gl_shader *consumer) 654 /* Find all shader inputs in the "consumer" stage. Any variables that have 658 foreach_list(node, consumer->ir) { [all...] |
/external/clang/lib/Sema/ |
MultiplexExternalSemaSource.cpp | 141 void MultiplexExternalSemaSource::StartTranslationUnit(ASTConsumer *Consumer) { 143 Sources[i]->StartTranslationUnit(Consumer);
|
/external/mesa3d/src/glsl/ |
linker.cpp | 632 gl_shader *producer, gl_shader *consumer) 654 /* Find all shader inputs in the "consumer" stage. Any variables that have 658 foreach_list(node, consumer->ir) { [all...] |
/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.cpp | 37 RingBufferConsumer::RingBufferConsumer(const sp<IGraphicBufferConsumer>& consumer, 40 ConsumerBase(consumer),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
asoundef.h | 41 #define IEC958_AES0_PROFESSIONAL (1<<0) /**< 0 = consumer, 1 = professional */ 70 #define IEC958_AES1_CON_CATEGORY 0x7f /**< consumer category */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundef.h | 41 #define IEC958_AES0_PROFESSIONAL (1<<0) /**< 0 = consumer, 1 = professional */ 70 #define IEC958_AES1_CON_CATEGORY 0x7f /**< consumer category */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundef.h | 41 #define IEC958_AES0_PROFESSIONAL (1<<0) /**< 0 = consumer, 1 = professional */ 70 #define IEC958_AES1_CON_CATEGORY 0x7f /**< consumer category */
|
/external/chromium/chrome/browser/ |
browsing_data_database_helper.h | 112 // Return a copy of the database helper. Only one consumer can use the
|
browsing_data_indexed_db_helper.h | 88 // Return a copy of the IndexedDB helper. Only one consumer can use the
|
browsing_data_local_storage_helper.h | 113 // Return a copy of the local storage helper. Only one consumer can use the
|
icon_manager.h | 84 CancelableRequestConsumerBase* consumer,
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_parser.h | 16 // actual chunk responses. The consumer of the protocol data should instantiate
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 60 oauth_consumer = oauth2.Consumer(**{
|
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.h | 36 // // Make sure consumer of URLFetcher does the right thing.
|
/external/chromium/net/spdy/ |
spdy_frame_builder.h | 25 // When reading from a SpdyFrameBuilder the consumer must know what value types
|
/external/chromium_org/base/synchronization/ |
waitable_event.h | 47 // consumer must call the Reset method. If this parameter is false, then the
|
Completed in 516 milliseconds
<<11121314151617181920>>