Searched defs:height_ (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium/chrome/browser/ui/cocoa/
H A Dview_resizer_pong.h15 CGFloat height_; variable
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dview_resizer_pong.h14 CGFloat height_; variable
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_image_view.h27 int height_; member in class:ash::internal::FixedSizedImageView
/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.h40 int height() { return height_; }
78 int height_; member in class:ExtensionInfoBarDelegate
/external/chromium_org/chrome/browser/ui/views/
H A Dscript_bubble_view.h64 int height_; member in class:ScriptBubbleView
H A Dvalidation_message_bubble_delegate.h43 int height_; member in class:ValidationMessageBubbleDelegate
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.h36 uint32_t height_; member in class:mojo::examples::SpinningCube
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.h68 int height_; member in class:webrtc::VideoTrackRenderers
/external/chromium_org/ui/gfx/
H A Dplatform_font_ios.h50 int height_; member in class:gfx::PlatformFontIOS
H A Dplatform_font_mac.h55 int height_; member in class:gfx::PlatformFontMac
/external/ceres-solver/examples/
H A Dpgm_image.h87 int height_, width_; member in class:ceres::examples::PGMImage
95 : height_(height), width_(width), data_(width*height, 0.0) {
101 height_ = 0;
120 return height_;
125 return width_ * height_;
141 CHECK(index < width_ * height_);
149 CHECK(index < width_ * height_);
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
194 int num_pixels = width_*height_;
246 !GetIgnoreComment(&inputfile, height_) ||
[all...]
/external/chromium_org/media/webm/chromeos/
H A Dwebm_encoder.h74 size_t height_; member in class:media::chromeos::WebmEncoder
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc61 int height_; member in class:__anon2619::DownloadStartedAnimationGtk
90 height_ = gdk_pixbuf_get_height(kDownloadImage);
95 if (tab_contents_bounds_.height() < height_)
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
143 height_ - height_ * (1 - GetCurrentValue())));
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_web_dialog.h96 int height_; member in class:chromeos::LoginWebDialog
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc52 int height_; member in class:__anon6355::DownloadStartedAnimationGtk
76 height_ = gdk_pixbuf_get_height(kDownloadImage);
81 if (web_contents_bounds_.height() < height_)
92 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
119 height_ - height_ * (1 - GetCurrentValue())));
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_plugin_container.cc22 height_ = height;
68 requisition->height = container->height_;
72 int height_; member in class:content::__anon8120::GtkPluginContainer
/external/chromium_org/media/base/android/
H A Dmedia_player_bridge.h149 int height_; member in class:media::MediaPlayerBridge
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc30 : pp::Instance(instance), width_(0), height_(0) {
39 height_ = view.GetRect().height();
59 if (point.y() < height_ / segments) {
62 } else if (point.y() < (height_ / segments) * 2) {
80 int height_; member in class:MyInstance
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.h54 virtual size_t GetHeight() const { return height_; }
106 int height_; member in class:cricket::WebRtcTextureVideoFrame
/external/chromium_org/win8/metro_driver/
H A Dprint_document_source.h148 float height_; member in class:metro_driver::PrintDocumentSource
/external/harfbuzz_ng/util/
H A Dansi-print.cc85 unsigned int height_,
89 height (height_),
94 unsigned int height_) :
96 height (height_),
84 image_t(unsigned int width_, unsigned int height_, const uint32_t *data_, unsigned int stride_) argument
93 image_t(unsigned int width_, unsigned int height_) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.h88 int height_; member in class:chromeos::LoginHtmlDialog
/external/chromium_org/android_webview/browser/
H A Din_process_view_renderer.h156 int height_; member in class:android_webview::InProcessViewRenderer
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc63 ExitWarningWidgetDelegateView() : text_width_(0), width_(0), height_(0) {
71 height_ = font_.GetHeight() + kVerticalMarginAroundText;
84 return gfx::Size(width_, height_);
106 int height_; member in class:ash::__anon3480::ExitWarningWidgetDelegateView
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.h53 height_(window->bounds().height()) { }
57 int height_; member in struct:ash::internal::WindowWithHeight

Completed in 3954 milliseconds

123