Searched refs:set_image (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor.h33 void set_image(DesktopFrame* image) { image_.reset(image); } function in class:webrtc::MouseCursor
/external/chromium_org/ui/message_center/views/
H A Dnotification_view_unittest.cc127 notification_->set_image(CreateTestImage(320, 240));
189 notification()->set_image(gfx::Image());
203 notification()->set_image(CreateTestImage(0, 0));
211 notification()->set_image(CreateTestImage(2, 2));
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_service.cc87 feedback_data_->set_image(data.Pass());
/external/chromium_org/components/feedback/
H A Dfeedback_data_unittest.cc106 data_->set_image(MakeScoped(kImageData).Pass());
H A Dfeedback_common.h89 void set_image(scoped_ptr<std::string> image) { image_ = image.Pass(); } function in class:FeedbackCommon
/external/chromium_org/ui/message_center/
H A Dnotification.h132 void set_image(const gfx::Image& image) { optional_fields_.image = image; } function in class:message_center::Notification
H A Dnotification_list.cc149 (*iter)->set_image(image);
H A Dmessage_center_impl.cc740 queue_notification->set_image(image);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc234 feedback_data->set_image(make_scoped_ptr(new std::string));
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc448 notification->set_image(image);

Completed in 243 milliseconds