Searched refs:max_size (Results 201 - 225 of 382) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device.cc40 const webrtc::DesktopSize& max_size,
43 gfx::Rect(0, 0, max_size.width(), max_size.height()),
39 ComputeLetterboxRect( const webrtc::DesktopSize& max_size, const webrtc::DesktopSize& source_size) argument
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.cc189 const gfx::Size& max_size) {
191 min_auto_size_.SetToMin(max_size);
192 max_auto_size_ = max_size;
187 SetAutoSize(bool enabled, const gfx::Size& min_size, const gfx::Size& max_size) argument
/external/chromium_org/sync/internal_api/public/base/
H A Dordinal.h438 size_t max_size = std::max(start.length(), end.length()) + 1; local
439 std::string midpoint(max_size, kZeroDigit);
448 for (size_t i = 0; i < max_size; ++i) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.c1221 static inline bool overflow(const void *endp, u16 max_size, const void *offset, argument
1224 return size > max_size || offset + size > endp;
1227 #define OVERFLOW_CHECK(offset, size, max_size) \
1229 if (overflow(endp, (max_size), (offset), (size))) \
1242 u16 max_size = event->header.size; local
1243 const void *endp = (void *)event + max_size;
1370 OVERFLOW_CHECK(array, sz, max_size);
1389 OVERFLOW_CHECK(array, sz, max_size);
1406 OVERFLOW_CHECK(array, data->raw_size, max_size);
1421 OVERFLOW_CHECK(array, sz, max_size);
[all...]
/external/stlport/stlport/stl/
H A D_alloc.h302 if (__n > max_size()) {
330 size_type max_size() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342 if (__n > max_size()) {
H A D_map.h173 size_type max_size() const { return _M_t.max_size(); } function in class:map
359 size_type max_size() const { return _M_t.max_size(); } function in class:multimap
H A D_set.h161 size_type max_size() const { return _M_t.max_size(); } function in class:set
332 size_type max_size() const { return _M_t.max_size(); } function in class:multiset
H A D_unordered_map.h121 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_map
289 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_multimap
H A D_unordered_set.h115 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_set
265 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_multiset
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_browsertest.cc349 EXPECT_EQ(panel->max_size().width(), bounds.width());
351 EXPECT_EQ(panel->max_size().height(), bounds.height());
1543 gfx::Size old_max_size = panel->max_size();
1550 EXPECT_GT(old_max_size.width(), panel->max_size().width());
1551 EXPECT_GT(old_max_size.height(), panel->max_size().height());
1552 EXPECT_GT(smaller_work_area.width(), panel->max_size().width());
1553 EXPECT_GT(smaller_work_area.height(), panel->max_size().height());
1556 EXPECT_GE(panel->max_size().width(), panel->full_size().width());
1557 EXPECT_GE(panel->max_size().height(), panel->full_size().height());
1586 gfx::Size old_max_size = panel->max_size();
[all...]
/external/chromium_org/content/public/browser/
H A Drender_view_host.h140 const gfx::Size& max_size) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_delegate.h119 const blink::WebSize& max_size) = 0;
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc248 const gfx::Size& max_size) {
246 SetContentSizeConstraints( const gfx::Size& min_size, const gfx::Size& max_size) argument
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.h90 int max_size() const { return max_size_; } function in class:disk_cache::SimpleIndex
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl.h47 // Get the list of servers (host/port) that support SPDY. The max_size is the
50 size_t max_size) const;
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.h191 bool IsSizeInRange(PP_Size size, PP_Size min_size, PP_Size max_size);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h549 uint32_t max_size; member in struct:drm_vmw_get_3d_cap_arg
/external/chromium_org/third_party/re2/re2/
H A Dstringpiece.h139 int max_size() const { return length_; } function in class:re2::StringPiece
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.h70 void SetMaxSize(const gfx::Size& max_size);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h70 gfx::Size* max_size) const = 0;
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc242 gfx::Size max_size = frame_->client_view()->GetMaximumSize(); local
245 gfx::Rect(max_size)).size();
246 return gfx::Size(max_size.width() == 0 ? 0 : converted_size.width(),
247 max_size.height() == 0 ? 0 : converted_size.height());
/external/libcxx/src/
H A Dthread.cpp149 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h549 uint32_t max_size; member in struct:drm_vmw_get_3d_cap_arg
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp589 bool bsCreateDecodeHuffmanTable( const int* src, short* table, int max_size )
631 if( size > max_size )
1058 bool bsCreateEncodeHuffmanTable( const int* src, ulong* table, int max_size )
1081 if( size > max_size )
/external/regex-re2/re2/
H A Dstringpiece.h136 int max_size() const { return length_; } function in class:re2::StringPiece

Completed in 1753 milliseconds

1234567891011>>