Searched defs:delegate_ (Results 1 - 10 of 10) sorted by relevance

/external/libweave/src/notification/
H A Dnotification_parser_unittest.cc36 testing::StrictMock<MockNotificationDelegate> delegate_; member in class:weave::NotificationParserTest
72 EXPECT_CALL(delegate_, OnCommandCreated(MatchDict(expected_json), "foo"))
74 EXPECT_TRUE(ParseNotificationJson(*json, &delegate_, "foo"));
85 EXPECT_CALL(delegate_, OnDeviceDeleted(_)).WillOnce(SaveArg<0>(&device_id));
86 EXPECT_TRUE(ParseNotificationJson(*json, &delegate_, "foo"));
109 EXPECT_FALSE(ParseNotificationJson(*json, &delegate_, "bar"));
131 EXPECT_FALSE(ParseNotificationJson(*json, &delegate_, "baz"));
154 EXPECT_TRUE(ParseNotificationJson(*json, &delegate_, "quux"));
H A Dxmpp_stream_parser.h78 Delegate* delegate_; member in class:weave::final
/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.h66 scoped_refptr<Delegate> delegate_; member in class:timers::AlarmTimer
/external/webrtc/talk/app/webrtc/
H A Dandroidvideocapturer.h78 AndroidVideoCapturerDelegate* delegate() { return delegate_.get(); }
96 rtc::scoped_refptr<AndroidVideoCapturerDelegate> delegate_; member in class:webrtc::AndroidVideoCapturer
H A Dandroidvideocapturer.cc47 : delegate_(delegate) {
127 rtc::scoped_refptr<AndroidVideoCapturerDelegate> delegate_; member in class:webrtc::AndroidVideoCapturer::FrameFactory
133 delegate_(delegate),
137 std::string json_string = delegate_->GetSupportedFormats();
176 frame_factory_ = new AndroidVideoCapturer::FrameFactory(delegate_.get());
180 delegate_->Start(capture_format.width, capture_format.height, fps, this);
193 delegate_->Stop();
/external/libchrome/base/message_loop/
H A Dmessage_pump_mac.h187 Delegate* delegate_; member in class:base::MessagePumpCFRunLoopBase
/external/libchrome/base/threading/
H A Dsimple_thread.h144 Delegate* delegate_; member in class:base::DelegateSimpleThread
/external/pdfium/testing/
H A Dembedder_test.h76 delegate_ = delegate ? delegate : default_delegate_.get();
103 // Load a specific page of the open document using delegate_->GetPage.
104 // delegate_->GetPage also caches loaded page.
117 Delegate* delegate_; member in class:EmbedderTest
/external/libchrome/base/trace_event/
H A Dmemory_dump_manager.h290 MemoryDumpManagerDelegate* delegate_; // Not owned. member in class:base::trace_event::MemoryDumpManager
295 // Protects from concurrent accesses to the |dump_providers_*| and |delegate_|
H A Dmemory_dump_manager_unittest.cc120 delegate_.reset(new MemoryDumpManagerDelegateForTesting);
126 delegate_.reset();
144 mdm_->Initialize(delegate_.get(), is_coordinator);
179 scoped_ptr<MemoryDumpManagerDelegateForTesting> delegate_; member in class:base::trace_event::MemoryDumpManagerTest
198 EXPECT_CALL(*delegate_, RequestGlobalMemoryDump(_, _)).Times(0);
207 EXPECT_CALL(*delegate_, RequestGlobalMemoryDump(_, _)).Times(3);
219 EXPECT_CALL(*delegate_, RequestGlobalMemoryDump(_, _)).Times(3);
237 EXPECT_CALL(*delegate_, RequestGlobalMemoryDump(_, _)).Times(1);
248 EXPECT_CALL(*delegate_, RequestGlobalMemoryDump(_, _)).Times(1);
266 EXPECT_CALL(*delegate_, RequestGlobalMemoryDum
[all...]

Completed in 202 milliseconds