Searched refs:image_type (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_image_screen_actor.h34 const std::string& image_type,
H A Duser_image_screen.cc169 void UserImageScreen::OnImageSelected(const std::string& image_type, argument
178 if (image_type == "default" &&
181 } else if (image_type == "camera") {
183 } else if (image_type == "profile") {
186 NOTREACHED() << "Unexpected image type: " << image_type;
H A Duser_image_screen.h56 const std::string& image_type,
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.cc306 gfx::ImageSkia* BaseImageForType(ImageType image_type, IconType icon_type) { argument
308 if (image_type == BARS) {
330 gfx::ImageSkia GetImageForIndex(ImageType image_type, argument
333 int num_images = NumImagesForType(image_type);
336 gfx::ImageSkia* images = BaseImageForType(image_type, icon_type);
349 ImageType image_type = ImageTypeForNetworkType(network_type); local
350 const int connected_index = NumImagesForType(image_type) - 1;
351 return GetImageForIndex(image_type, icon_type, connected_index);
361 ImageType image_type = ImageTypeForNetworkType(network_type); local
363 return GetImageForIndex(image_type, icon_typ
366 ConnectingWirelessImage(ImageType image_type, IconType icon_type, double animation) argument
439 ImageType image_type = ImageTypeForNetworkType(network->type()); local
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsupervised_user_creation_screen_handler.h62 const std::string& image_type) = 0;
129 const std::string& image_type);
H A Duser_image_screen_handler.h69 const std::string& image_type,
H A Duser_image_screen_handler.cc196 const std::string& image_type,
199 screen_->OnImageSelected(image_type, image_url, is_user_selection);
195 HandleSelectImage(const std::string& image_url, const std::string& image_type, bool is_user_selection) argument
H A Dsupervised_user_creation_screen_handler.cc439 const std::string& image_type) {
441 delegate_->OnImageSelected(image_type, image_url);
437 HandleSelectImage( const std::string& image_url, const std::string& image_type) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc339 std::string image_type; local
343 !args->GetString(1, &image_type)) {
348 DCHECK(!image_type.empty());
355 if (image_type == "old") {
365 } else if (image_type == "default" &&
375 } else if (image_type == "camera") {
384 } else if (image_type == "profile") {
400 NOTREACHED() << "Unexpected image type: " << image_type;
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc605 const std::string& image_type,
610 if (image_type == "default" &&
613 } else if (image_type == "camera") {
616 NOTREACHED() << "Unexpected image type: " << image_type;
604 OnImageSelected( const std::string& image_type, const std::string& image_url) argument
H A Dsupervised_user_creation_screen.h120 const std::string& image_type) OVERRIDE;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dqm_select.cc576 ImageType image_type = GetImageType( local
591 float max_rate = kFrameRateFac[framerate_level] * kMaxRateQm[image_type];
593 uint8_t image_class = image_type > kVGA ? 1: 0;
/external/qemu/
H A Dvl-android.c2010 AndroidPartitionType image_type = local
2012 if (image_type == ANDROID_PARTITION_TYPE_UNKNOWN) {
2018 if (image_type != part_type) {
2021 androidPartitionType_toString(image_type),
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4859 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage,

Completed in 292 milliseconds