Searched defs:GetSize (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dnotification_test_util.cc20 gfx::Size MockBalloonView::GetSize() const { function in class:MockBalloonView
/external/opencv/
H A DWLNonFileByteStream.cpp146 int WLNonFileByteStream::GetSize() function in class:WLNonFileByteStream
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc74 unsigned int ListWrapper::GetSize() const function in class:webrtc::ListWrapper
H A Dlist_stl.cc66 unsigned int ListWrapper::GetSize() const function in class:webrtc::ListWrapper
H A Dlist_unittest.cc43 unsigned int GetSize() const { function in class:ListWrapperSimple
44 return list_.GetSize();
310 const unsigned int list_size = lhs->GetSize();
311 if (lhs->GetSize() != rhs->GetSize()) {
344 ASSERT_EQ(kNumberOfElements,descending_list->GetSize());
350 ASSERT_EQ(kNumberOfElements,ascending_list->GetSize());
384 EXPECT_EQ(kNumberOfElements - 2, ascending_list->GetSize());
402 ASSERT_EQ(kNumberOfElements/2, interleave_list->GetSize());
403 ASSERT_EQ(kNumberOfElements/2, descending_list->GetSize());
[all...]
/external/chromium/base/
H A Dvalues.h187 size_t GetSize() const { return size_; } function in class:BinaryValue
359 size_t GetSize() const { return list_.size(); } function in class:ListValue
/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc186 size_t WebCacheManager::GetSize(AllocationTactic tactic, function in class:WebCacheManager
194 return 3 * GetSize(KEEP_CURRENT, stats) / 2;
200 return 3 * GetSize(KEEP_LIVE, stats) / 2;
218 size_t active_size = GetSize(active_tactic, active_stats);
219 size_t inactive_size = GetSize(inactive_tactic, inactive_stats);
272 cache_size += GetSize(tactic, elmt->second);
H A Dweb_cache_manager_unittest.cc54 static size_t GetSize(int tactic, function in class:WebCacheManagerTest
56 return WebCacheManager::GetSize(
213 EXPECT_EQ(0U, GetSize(DIVIDE_EVENLY, kStats));
214 EXPECT_LT(256 * 1024u + 512, GetSize(KEEP_CURRENT_WITH_HEADROOM, kStats));
215 EXPECT_EQ(256 * 1024u + 512, GetSize(KEEP_CURRENT, kStats));
216 EXPECT_LT(256 * 1024u, GetSize(KEEP_LIVE_WITH_HEADROOM, kStats));
217 EXPECT_EQ(256 * 1024u, GetSize(KEEP_LIVE, kStats));
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.cc305 size_t PrefixSet::GetSize() const { function in class:safe_browsing::PrefixSet
310 CHECK_LT(target_index, GetSize());
317 CHECK_LT(target_index, GetSize());
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc133 bool SimpleDataSource::GetSize(int64* size_out) { function in class:webkit_glue::SimpleDataSource
H A Dbuffered_data_source.cc190 bool BufferedDataSource::GetSize(int64* size_out) { function in class:webkit_glue::BufferedDataSource
/external/skia/src/animator/
H A DSkMemberInfo.cpp24 size_t SkMemberInfo::GetSize(SkDisplayTypes type) { // size of simple types only function in class:SkMemberInfo
95 size_t byteSize = GetSize(type);
104 byteSize = GetSize(propertyType());
116 byteSize = GetSize(type) * array->count();
119 byteSize = GetSize((SkDisplayTypes) fType);
/external/stressapptest/src/
H A Ddisk_blocks.cc303 int64 BlockData::GetSize() { function in class:BlockData
/external/valgrind/unittest/
H A Dlinear_solver.h11 inline int GetSize() const { return N; } function in class:Vector
24 CHECK(other.GetSize() == N);
32 CHECK(other.GetSize() == N);
47 CHECK(other.GetSize() == N);
71 CHECK(from.GetSize() == N);
125 CHECK(v.GetSize() == N);
135 CHECK(v_to_transpose.GetSize() == M);
171 CHECK(stats_v.GetSize() == M);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc238 gfx::Size BalloonViewImpl::GetSize() const { function in class:chromeos::BalloonViewImpl
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.cc130 gfx::Size BalloonViewImpl::GetSize() const { function in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc124 gfx::Size BalloonViewImpl::GetSize() const { function in class:BalloonViewImpl
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.h123 // be tempted to use GetSize() and GetPosition() to deduce the result of
180 virtual bool GetSize(size_t* size) const { return false; } function in class:talk_base::StreamInterface
297 virtual bool GetSize(size_t* size) const { function in class:talk_base::StreamAdapterInterface
298 return stream_->GetSize(size);
376 virtual bool GetSize(size_t* size) const;
429 virtual bool GetSize(size_t* size) const;
443 static bool GetSize(const std::string& filename, size_t* size);
498 virtual bool GetSize(size_t* size) const;
631 virtual bool GetSize(size_t* size) const;
H A Dstream.cc289 bool StreamSegment::GetSize(size_t* size) const { function in class:talk_base::StreamSegment
290 if (!StreamAdapterInterface::GetSize(size))
450 bool FileStream::GetSize(size_t* size) const { function in class:talk_base::FileStream
464 if (!GetSize(size))
479 bool FileStream::GetSize(const std::string& filename, size_t* size) { function in class:talk_base::FileStream
628 bool MemoryStreamBase::GetSize(size_t *size) const { function in class:talk_base::MemoryStreamBase
988 bool StringStream::GetSize(size_t* size) const { function in class:talk_base::StringStream
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc186 return iter->second.GetSize();
1389 int ExtensionSet::Extension::GetSize() const { function in class:google::protobuf::internal::ExtensionSet::Extension
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc255 static gfx::Size GetSize() { function in class:ResizeCorner
266 gfx::Size() : GetSize();
1595 gfx::Size resize_corner_size = ResizeCorner::GetSize();
2431 return ResizeCorner::GetSize();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 423 milliseconds