HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 101 - 125 of 832) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_enable_screen.h 18 // consumer kiosk mode.
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.h 58 WebDataServiceConsumer* consumer) OVERRIDE;
61 WebDataServiceConsumer* consumer) OVERRIDE;
71 WebDataServiceConsumer* consumer) OVERRIDE;
76 WebDataServiceConsumer* consumer) OVERRIDE;
  /external/chromium_org/components/webdata/common/
web_data_service_consumer.h 12 // been performed, the data consumer is notified using the following interface.
  /external/chromium_org/content/common/
gamepad_hardware_buffer.h 19 between producer and consumer) and relatively large data size.
shared_memory_seqlock_buffer.h 16 // between producer and consumer) and relatively large data size.
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 51 OAuth2TokenService::Consumer* consumer)
53 consumer_(consumer) {
367 OAuth2TokenService::Consumer::Consumer() {
370 OAuth2TokenService::Consumer::~Consumer() {
403 OAuth2TokenService::Consumer* consumer) {
410 consumer);
    [all...]
  /external/chromium_org/mojo/system/
data_pipe.h 24 // Its subclasses implement the three cases: local producer and consumer, local
25 // producer and remote consumer, and remote producer and local consumer. This
48 // These are called by the consumer dispatcher to implement its methods of
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamSource.cpp 72 void MediaStreamSource::addAudioConsumer(PassRefPtr<AudioDestinationConsumer> consumer)
76 m_audioConsumers.append(consumer);
79 bool MediaStreamSource::removeAudioConsumer(AudioDestinationConsumer* consumer)
83 size_t pos = m_audioConsumers.find(consumer);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebMediaStreamCenter.cpp 111 MockWebAudioDestinationConsumer* consumer = new MockWebAudioDestinationConsumer(); local
112 source.addAudioConsumer(consumer);
113 source.removeAudioConsumer(consumer);
114 delete consumer;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Consumer.java 24 public interface Consumer<A> {
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h 31 public IPC::Logging::Consumer,
55 // IPC::Logging::Consumer implementation.
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.h 26 public OAuth2TokenService::Consumer,
42 // OAuth2TokenService::Consumer:
  /external/chromium_org/chrome/browser/password_manager/
password_store_unittest.cc 241 MockPasswordStoreConsumer consumer; local
244 ON_CALL(consumer, OnGetPasswordStoreResults(_))
250 EXPECT_CALL(consumer,
253 EXPECT_CALL(consumer,
257 EXPECT_CALL(consumer,
262 store->GetLogins(www_google, PasswordStore::ALLOW_PROMPT, &consumer);
263 store->GetLogins(accounts_google, PasswordStore::ALLOW_PROMPT, &consumer);
264 store->GetLogins(bar_example, PasswordStore::ALLOW_PROMPT, &consumer);
password_store.h 125 PasswordStoreConsumer* consumer);
131 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
136 Handle GetBlacklistLogins(PasswordStoreConsumer* consumer);
195 // (or not), the consumer should be notified.
201 // Finds all non-blacklist PasswordForms, and notifies the consumer.
203 // Finds all blacklist PasswordForms, and notifies the consumer.
222 // responses delivered to |consumer| on the current thread.
224 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer);
227 // form |form| and responses delivered to |consumer| on the current thread.
231 PasswordStoreConsumer* consumer,
    [all...]
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_request.cc 21 public OAuth2TokenService::Consumer {
38 // OAuth2TokenService::Consumer. It should be called on the UI thread.
201 OAuth2TokenService::Consumer* consumer) {
203 consumer);
210 OAuth2TokenService::Consumer* consumer)
211 : consumer_(consumer),
  /external/chromium_org/chrome/browser/sync_file_system/
sync_service_state.h 15 // The consumer of this service can make new requests while the
23 // The consumer of this service can still make new requests but
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h 30 public IPC::Logging::Consumer {
52 // IPC::Logging::Consumer implementation.
  /external/chromium_org/content/browser/gamepad/
gamepad_service.h 37 // Removes a consumer. Should be matched with an AddConsumer call.
44 // while a consumer is active.
  /external/chromium_org/media/audio/
fake_audio_consumer.h 20 // A fake audio consumer. Using a provided message loop, FakeAudioConsumer will
21 // simulate a real time consumer of audio data.
  /external/chromium_org/remoting/client/
frame_producer.h 24 // Once drawing is completed the buffer will be returned to the consumer via
36 // Requests returing of all pending buffers to the consumer via
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.h 42 void setCurrentConsumer(SVGPathConsumer* consumer) { m_consumer = consumer; }
  /external/clang/include/clang/AST/
ASTConsumer.h 37 /// \brief Whether this AST consumer also requires information about
48 /// Initialize - This is called to initialize the consumer, providing the
62 /// the consumer. The default implementation forwards to HandleTopLevelDecl.
111 /// unit to notify the consumer that the given tentative definition should be
121 /// HandleCXXStaticMemberVarInstantiation - Tell the consumer that this
126 /// notify the consumer that a vtable for the given C++ class is
136 /// \brief If the consumer is interested in entities getting modified after
141 /// \brief If the consumer is interested in entities being deserialized from
  /external/clang/lib/Parse/
ParseAST.cpp 85 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer,
91 OwningPtr<Sema> S(new Sema(PP, Ctx, *Consumer, TUKind, CompletionConsumer));
110 ASTConsumer *Consumer = &S.getASTConsumer();
132 External->StartTranslationUnit(Consumer);
142 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
151 Consumer->HandleTopLevelDecl(DeclGroupRef(*I));
153 Consumer->HandleTranslationUnit(S.getASTContext());
162 Consumer->PrintStats();
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 41 Camera3OutputStream(int id, sp<ANativeWindow> consumer,
48 Camera3OutputStream(int id, sp<ANativeWindow> consumer,
  /external/clang/lib/Frontend/
FrontendAction.cpp 130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
131 if (!Consumer)
135 return Consumer;
137 // Make sure the non-plugin consumer is first, so that plugins can't
139 std::vector<ASTConsumer*> Consumers(1, Consumer);
206 // Create the AST consumer.
279 // Create the AST context and consumer unless this is a preprocessor only
284 OwningPtr<ASTConsumer> Consumer(
286 if (!Consumer)
289 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener())
    [all...]

Completed in 779 milliseconds

1 2 3 45 6 7 8 91011>>