Searched refs:Size (Results 251 - 275 of 973) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_button.h36 virtual gfx::Size GetPreferredSize() OVERRIDE;
H A Dstatus_area_view.h33 virtual gfx::Size GetPreferredSize();
/external/chromium/chrome/browser/
H A Dicon_loader_win.cc44 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
/external/chromium/chrome/browser/importer/
H A Dimporter.cc33 webkit_glue::ImageDecoder decoder(gfx::Size(kFaviconSize, kFaviconSize));
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h47 void UpdatePreferredSize(const gfx::Size& new_size);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.h39 virtual gfx::Size GetPreferredSize() OVERRIDE;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.cc30 const gfx::Size& contents_size) {
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_uninstall_dialog_view.cc40 gfx::Size size(icon->width(), icon->height());
42 size = gfx::Size(kIconSize, kIconSize);
96 virtual gfx::Size GetPreferredSize() OVERRIDE {
104 return gfx::Size(width,
/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc36 void PopupNonClientFrameView::GetWindowMask(const gfx::Size& size,
H A Dpopup_non_client_frame_view.h25 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.h33 virtual gfx::Size GetPreferredSize() OVERRIDE;
/external/chromium/chrome/browser/ui/views/infobars/
H A Dconfirm_infobar.cc35 gfx::Size label_size = label_->GetPreferredSize();
42 gfx::Size ok_size = ok_button_->GetPreferredSize();
49 gfx::Size cancel_size = cancel_button_->GetPreferredSize();
55 gfx::Size link_size = link_->GetPreferredSize();
/external/chromium/chrome/browser/ui/views/
H A Dkeyboard_overlay_delegate.h34 virtual void GetDialogSize(gfx::Size* size) const;
H A Dpinned_contents_info_bubble.h25 const gfx::Size& contents_size,
H A Dtab_icon_view.h44 virtual gfx::Size GetPreferredSize();
H A Dtheme_install_bubble_view.h54 virtual gfx::Size GetPreferredSize();
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui_browsertest.cc40 virtual void GetDialogSize(gfx::Size* size) const {
/external/chromium/webkit/glue/
H A Dimage_resource_fetcher.cc46 ImageDecoder decoder(gfx::Size(image_size_, image_size_));
/external/clang/include/clang/Basic/
H A DFileManager.h62 off_t Size; // File size in bytes. member in class:clang::FileEntry
94 off_t getSize() const { return Size; }
232 const FileEntry *getVirtualFile(StringRef Filename, off_t Size,
264 static void modifyFileEntry(FileEntry *File, off_t Size,
/external/eigen/Eigen/src/Core/
H A DDenseBase.h286 template<int Size> struct FixedSegmentReturnType { typedef VectorBlock<Derived, Size> Type; };
287 template<int Size> struct ConstFixedSegmentReturnType { typedef const VectorBlock<const Derived, Size> Type; };
299 template<int Size> typename FixedSegmentReturnType<Size>::Type head();
300 template<int Size> typename ConstFixedSegmentReturnType<Size>::Type head() const;
302 template<int Size> typename FixedSegmentReturnType<Size>
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h16 template<typename MatrixType, int Size>
17 struct traits<SparseInnerVectorSet<MatrixType, Size> >
26 RowsAtCompileTime = IsRowMajor ? Size : MatrixType::RowsAtCompileTime,
27 ColsAtCompileTime = IsRowMajor ? MatrixType::ColsAtCompileTime : Size,
35 template<typename MatrixType, int Size>
37 public SparseMatrixBase<SparseInnerVectorSet<MatrixType, Size> >
74 : m_matrix(matrix), m_outerStart(outer), m_outerSize(Size)
76 eigen_assert(Size!=Dynamic);
99 const internal::variable_if_dynamic<Index, Size> m_outerSize;
107 template<typename _Scalar, int _Options, typename _Index, int Size>
[all...]
/external/libnfc-nxp/src/
H A DphOsalNfc.h60 // uint16_t Size;/**< Size of the datablock*/
176 * \param[in] Size Size, in uint8_t, to be allocated
182 extern void * phOsalNfc_GetMemory(uint32_t Size);
/external/llvm/include/llvm/MC/
H A DMCAtom.h52 void addInst(const MCInst &I, uint64_t Address, unsigned Size);
H A DMCInstrAnalysis.h58 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size) const;
/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h43 static error_code create(StringRef FilePath, size_t Size,

Completed in 411 milliseconds

<<11121314151617181920>>