Searched defs:GetSize (Results 1 - 25 of 180) sorted by path

12345678

/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc28 gfx::Size AwGLSurface::GetSize() { function in class:android_webview::AwGLSurface
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc30 int64 FileEnumerator::FileInfo::GetSize() const { function in class:base::FileEnumerator::FileInfo
H A Dfile_enumerator_win.cc29 int64 FileEnumerator::FileInfo::GetSize() const { function in class:base::FileEnumerator::FileInfo
/external/chromium_org/base/
H A Dvalues.h184 size_t GetSize() const { return size_; } function in class:base::BinaryValue
387 size_t GetSize() const { return list_.size(); } function in class:base::ListValue
/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h38 gfx::Size GetSize() const { return size_; } function in class:cc::UIResourceBitmap
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc30 size_t GetSize(AXAuraObjWrapper* tree) { function
37 count += GetSize(out_children[i]);
114 ASSERT_EQ(GetSize(ax_tree.GetRoot()), out_update.nodes.size());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.cc82 gfx::Size AutofillDialogViewTesterViews::GetSize() const { function in class:autofill::AutofillDialogViewTesterViews
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc169 for (size_t i = 0; i < switches_list->GetSize(); ++i) {
182 for (size_t i = 0; i < extensions->GetSize(); ++i) {
266 for (size_t i = 0; i < switches->GetSize(); ++i) {
505 size_t Switches::GetSize() const { function in class:Switches
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_http_client.cc45 size_t WebViewsInfo::GetSize() const { function in class:WebViewsInfo
159 for (size_t i = 0; i < views_info.GetSize(); ++i) {
247 for (size_t i = 0; i < list->GetSize(); ++i) {
/external/chromium_org/chrome/utility/media_galleries/
H A Dipc_data_source.cc37 bool IPCDataSource::GetSize(int64* size_out) { function in class:metadata::IPCDataSource
/external/chromium_org/components/enhanced_bookmarks/
H A Dpersistent_image_store.cc159 gfx::Size PersistentImageStore::GetSize(const GURL& page_url) { function in class:PersistentImageStore
H A Dtest_image_store.cc48 gfx::Size TestImageStore::GetSize(const GURL& page_url) { function in class:TestImageStore
/external/chromium_org/components/invalidation/
H A Dsingle_object_invalidation_set.cc38 size_t SingleObjectInvalidationSet::GetSize() const { function in class:syncer::SingleObjectInvalidationSet
99 for (size_t i = 0; i < list.GetSize(); ++i) {
/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.cc204 size_t WebCacheManager::GetSize(AllocationTactic tactic, function in class:web_cache::WebCacheManager
212 return 3 * GetSize(KEEP_CURRENT, stats) / 2;
218 return 3 * GetSize(KEEP_LIVE, stats) / 2;
236 size_t active_size = GetSize(active_tactic, active_stats);
237 size_t inactive_size = GetSize(inactive_tactic, inactive_stats);
290 cache_size += GetSize(tactic, elmt->second);
H A Dweb_cache_manager_unittest.cc57 static size_t GetSize(int tactic, function in class:web_cache::WebCacheManagerTest
59 return WebCacheManager::GetSize(
216 EXPECT_EQ(0U, GetSize(DIVIDE_EVENLY, kStats));
217 EXPECT_LT(256 * 1024u + 512, GetSize(KEEP_CURRENT_WITH_HEADROOM, kStats));
218 EXPECT_EQ(256 * 1024u + 512, GetSize(KEEP_CURRENT, kStats));
219 EXPECT_LT(256 * 1024u, GetSize(KEEP_LIVE_WITH_HEADROOM, kStats));
220 EXPECT_EQ(256 * 1024u, GetSize(KEEP_LIVE, kStats));
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc93 int64 GetSize(const char *file_name) { function in class:content::LocalFileUtilTest
134 EXPECT_EQ(0, GetSize(file_name));
172 EXPECT_EQ(0, GetSize(file_name));
240 EXPECT_EQ(1020, GetSize(file_name));
257 EXPECT_EQ(1020, GetSize(from_file));
271 EXPECT_EQ(1020, GetSize(from_file));
273 EXPECT_EQ(1020, GetSize(to_file1));
275 EXPECT_EQ(1020, GetSize(to_file2));
299 EXPECT_EQ(1020, GetSize(from_file));
309 EXPECT_EQ(1020, GetSize(from_fil
[all...]
H A Dnative_file_util_unittest.cc42 int64 GetSize(const base::FilePath& path) { function in class:content::NativeFileUtilTest
64 EXPECT_EQ(0, GetSize(file_name));
86 EXPECT_EQ(0, GetSize(file_name));
208 EXPECT_EQ(1020, GetSize(file_name));
226 EXPECT_EQ(1020, GetSize(from_file));
237 EXPECT_EQ(1020, GetSize(from_file));
239 EXPECT_EQ(1020, GetSize(to_file1));
241 EXPECT_EQ(1020, GetSize(to_file2));
253 EXPECT_EQ(1020, GetSize(to_dir_file));
294 EXPECT_EQ(1020, GetSize(from_fil
[all...]
H A Dobfuscated_file_util_unittest.cc56 int64 GetSize(const base::FilePath& path) { function in namespace:content::__anon7121
332 EXPECT_EQ(0, GetSize(data_path));
347 EXPECT_EQ(length, GetSize(data_path));
364 EXPECT_EQ(length * 2, GetSize(data_path));
369 EXPECT_EQ(0, GetSize(data_path));
600 EXPECT_EQ(src_file_length, GetSize(data_path));
919 EXPECT_EQ(0, GetSize(local_path));
924 EXPECT_EQ(10, GetSize(local_path));
928 EXPECT_EQ(1, GetSize(local_path));
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_tracking.h30 uint64 GetSize() const { function in class:content::GpuMemoryTrackingGroup
H A Dimage_transport_surface.cc292 gfx::Size PassThroughImageTransportSurface::GetSize() { function in class:content::PassThroughImageTransportSurface
293 return GLSurfaceAdapter::GetSize();
H A Dstream_texture_android.cc42 gfx::Size size = gl_image->GetSize();
164 gfx::Size StreamTexture::GetSize() { function in class:content::StreamTexture
H A Dtexture_image_transport_surface.cc282 gfx::Size TextureImageTransportSurface::GetSize() { function in class:content::TextureImageTransportSurface
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc309 size_t WebInputEventTraits::GetSize(WebInputEvent::Type type) { function in class:content::WebInputEventTraits
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2503 gfx::Size RenderViewImpl::GetSize() const { function in class:content::RenderViewImpl
4055 touch_rect, target_rects, GetSize(),
/external/chromium_org/device/hid/
H A Dhid_report_descriptor_item.cc78 size_t HidReportDescriptorItem::GetSize() const { function in class:device::HidReportDescriptorItem

Completed in 1174 milliseconds

12345678