Searched refs:Size (Results 101 - 125 of 973) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_host_gtk.h27 void UpdateActualSize(const gfx::Size& new_size);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dicon_label_bubble_view.cc54 gfx::Size IconLabelBubbleView::GetPreferredSize() {
55 gfx::Size size(GetNonLabelSize());
73 gfx::Size IconLabelBubbleView::GetNonLabelSize() const {
74 return gfx::Size(GetNonLabelWidth(), background_painter_.height());
/external/chromium/webkit/glue/
H A Dimage_decoder.cc24 ImageDecoder::ImageDecoder(const gfx::Size& desired_icon_size)
H A Dscoped_clipboard_writer_glue.h25 void WriteBitmapFromPixels(const void* pixels, const gfx::Size& size);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector.h47 uptr Size() const { function in class:__tsan::Vector
62 EnsureSize(Size() + 1);
68 uptr old_size = Size();
83 if (size <= Size())
/external/eigen/test/
H A Dhessenberg.cpp14 template<typename Scalar,int Size> void hessenberg(int size = Size) argument
16 typedef Matrix<Scalar,Size,Size> MatrixType;
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h43 uint64_t Size; member in class:llvm::AliasSet::PointerRec
47 : Val(V), PrevInList(0), NextInList(0), AS(0), Size(0),
61 if (NewSize > Size) Size = NewSize;
71 uint64_t getSize() const { return Size; }
252 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size,
270 bool aliasesPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo,
325 bool add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo); // Add a location
338 bool remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo);
356 AliasSet &getAliasSetForPointer(Value *P, uint64_t Size,
362 getAliasSetForPointerIfExists(Value *P, uint64_t Size, const MDNode *TBAAInfo) argument
417 addPointer(Value *P, uint64_t Size, const MDNode *TBAAInfo, AliasSet::AccessType E, bool &NewSet) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h32 SDValue Size, unsigned Align,
H A DHexagonTargetObjectFile.cpp46 static bool IsInSmallSection(uint64_t Size) { argument
47 return Size > 0 && Size <= (uint64_t)SmallDataThreshold;
/external/llvm/tools/llvm-objdump/
H A DMCFunction.h34 uint64_t Size; member in struct:llvm::MCDecodedInst
38 MCDecodedInst(uint64_t Address, uint64_t Size, MCInst Inst) argument
39 : Address(Address), Size(Size), Inst(Inst) {}
/external/v8/src/
H A Dinspector.cc46 OS::FPrint(out, " size %d :", hobj->Size());
/external/chromium/chrome/browser/chromeos/
H A Dnative_dialog_window.cc58 const gfx::Size& size,
59 const gfx::Size& min_size);
75 virtual gfx::Size GetPreferredSize();
95 gfx::Size size_;
96 gfx::Size preferred_size_;
97 gfx::Size min_size_;
109 const gfx::Size& size,
110 const gfx::Size& min_size)
146 gfx::Size window_size = window()->non_client_view()->GetPreferredSize();
175 gfx::Size NativeDialogHos
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.h57 gfx::Size GetSize() const;
85 virtual gfx::Size GetPreferredSize() {
86 return gfx::Size(1000, 1000);
/external/chromium/chrome/browser/extensions/
H A Dimage_loading_tracker.h20 class Size;
70 const gfx::Size& max_size,
85 const gfx::Size& original_size, int id);
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.h83 gfx::Size page_size,
84 gfx::Size desired_size);
129 const gfx::Size& size);
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dextension_infobar_gtk.cc55 gfx::Size(Extension::EXTENSION_ICON_BITTY,
78 gfx::Size new_size(allocation->width, allocation->height);
86 const gfx::Size& new_size) {
87 // TODO(rafaelw) - Size the InfobarGtk vertically based on the preferred size
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.h20 class Size;
35 virtual gfx::Size GetPreferredSize() OVERRIDE;
56 gfx::Size dialog_dimensions_;
/external/chromium/testing/gtest/samples/
H A Dsample5_unittest.cc174 EXPECT_EQ(0u, q0_.Size());
185 EXPECT_EQ(0u, q1_.Size());
191 EXPECT_EQ(1u, q2_.Size());
/external/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp78 StringRef::size_type Pos = LineStr.find(" Size:");
80 // Skip past the " Size:" prefix.
81 LineStr = LineStr.substr(Pos + strlen(" Size:"));
83 unsigned long long Size = 0; local
84 (void)LineStr.getAsInteger(10, Size);
85 CurrentLayout.Size = Size;
108 unsigned long long Size = 0; local
109 (void)LineStr.getAsInteger(10, Size);
110 CurrentLayout.Size
156 layoutRecordType(const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
[all...]
/external/gtest/samples/
H A Dsample5_unittest.cc174 EXPECT_EQ(0u, q0_.Size());
185 EXPECT_EQ(0u, q1_.Size());
191 EXPECT_EQ(1u, q2_.Size());
/external/libvpx/libvpx/third_party/googletest/src/samples/
H A Dsample5_unittest.cc174 EXPECT_EQ(0u, q0_.Size());
185 EXPECT_EQ(0u, q1_.Size());
191 EXPECT_EQ(1u, q2_.Size());
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h34 unsigned Size,
41 unsigned Size,
48 unsigned Size,
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetObjectFile.cpp41 static bool IsInSmallSection(uint64_t Size) { argument
42 return Size > 0 && Size <= 8;
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp114 unsigned Size = TRI.getMinimalPhysRegClass(*R)->getSize(); local
115 Offset = RoundUpToAlignment(Offset + Size, Size);
/external/protobuf/gtest/samples/
H A Dsample5_unittest.cc174 EXPECT_EQ(0, q0_.Size());
185 EXPECT_EQ(0, q1_.Size());
191 EXPECT_EQ(1, q2_.Size());

Completed in 1157 milliseconds

1234567891011>>