Searched defs:Length (Results 1 - 25 of 192) sorted by path

12345678

/external/chromium_org/base/win/
H A Dscoped_bstr.cc62 size_t ScopedBstr::Length() const { function in class:base::win::ScopedBstr
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h30 enum Length { enum in struct:autofill::DetailInput
42 Length length;
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc110 unsigned DOMStorageArea::Length() { function in class:content::DOMStorageArea
114 return map_->Length();
166 if (map_->Length() == 0)
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.cc38 unsigned DOMStorageMap::Length() const { function in class:content::DOMStorageMap
/external/chromium_org/courgette/
H A Dstreams.h141 size_t Length() const { return buffer_.size(); } function in class:courgette::SinkStream
143 // Returns a pointer to contiguously allocated Length() bytes in the stream.
/external/chromium_org/gin/
H A Darguments.h35 if (next_ >= info_->Length()) {
45 if (next_ >= info_->Length()) {
49 int remaining = info_->Length() - next_;
60 if (next_ >= info_->Length())
66 int Length() const { function in class:gin::Arguments
67 return info_->Length();
/external/chromium_org/media/cast/net/rtcp/
H A Dtest_rtcp_packet_builder.h86 int Length() { return kMaxIpPacketSize - big_endian_writer_.remaining(); } function in class:media::cast::TestRtcpPacketBuilder
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h38 USHORT Length; member in struct:_UNICODE_STRING
46 USHORT Length; member in struct:_STRING
63 ULONG Length; member in struct:_OBJECT_ATTRIBUTES
73 (p)->Length = sizeof(OBJECT_ATTRIBUTES);\
177 IN ULONG Length,
/external/chromium_org/sandbox/win/tools/finder/
H A Dntundoc.h15 USHORT Length; member in struct:_LSA_UNICODE_STRING
27 ULONG Length; member in struct:_OBJECT_ATTRIBUTES
155 (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvarint_bigendian.cc110 int VarintBE<SignedIntegerType>::Length(SignedIntegerType v) { function in class:open_vcdiff::VarintBE
113 << " passed to VarintBE::Length,"
/external/chromium_org/testing/gtest/samples/
H A Dsample2.h76 size_t Length() const { function in class:MyString
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h270 Length, enumerator in enum:blink::CSSPropertyParser::SizeParameterType
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h34 #include "platform/Length.h"
85 BasicShapeCenterCoordinate(Direction direction = TopLeft, const Length& length = Length(0, Fixed)) argument
102 const Length& length() const { return m_length; }
103 const Length& computedLength() const { return m_computedLength; }
112 Length m_length;
113 Length m_computedLength;
124 explicit BasicShapeRadius(const Length& v) : m_value(v), m_type(Value) { }
129 const Length& value() const { return m_value; }
147 Length m_valu
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js91 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
94 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
135 "Content-Length": WebInspector.UIString("Content-Length"),
383 if (headerName === "Content-Length")
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.cpp26 #include "platform/Length.h"
63 static Length parseHTMLAreaCoordinate(const CharType* data, unsigned length)
72 return Length(r, Fixed);
73 return Length(0, Fixed);
77 Vector<Length> parseHTMLAreaElementCoords(const String& string)
93 return Vector<Length>();
96 Vector<Length> r(len);
171 Length::Length(PassRefPtr<CalculationValue> calc) function in class:blink::Length
179 Length Lengt
[all...]
H A DLength.h39 // appropriate for any given Length.
66 class PLATFORM_EXPORT Length { class in namespace:blink
69 Length() function in class:blink::Length
74 Length(LengthType t) function in class:blink::Length
80 Length(int v, LengthType t, bool q = false) function in class:blink::Length
86 Length(LayoutUnit v, LengthType t, bool q = false) function in class:blink::Length
92 Length(float v, LengthType t, bool q = false) function in class:blink::Length
98 Length(double v, LengthType t, bool q = false) function in class:blink::Length
104 explicit Length(PassRefPtr<CalculationValue>);
106 Length(cons function in class:blink::Length
124 Length(Length&& length) function in class:blink::Length
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp578 HRESULT Renderer9::createVertexBuffer(UINT Length, DWORD Usage, IDirect3DVertexBuffer9 **ppVertexBuffer) argument
581 return mDevice->CreateVertexBuffer(Length, Usage, 0, Pool, ppVertexBuffer, NULL);
589 HRESULT Renderer9::createIndexBuffer(UINT Length, DWORD Usage, D3DFORMAT Format, IDirect3DIndexBuffer9 **ppIndexBuffer) argument
592 return mDevice->CreateIndexBuffer(Length, Usage, Format, Pool, ppIndexBuffer, NULL);
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h128 /* Length :: The table length (in bytes). */
135 FT_ULong Length; /* table length */ member in struct:TT_TableRec_
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c232 face->dir_tables[i].Length );
239 FT_ULong Length; member in struct:tt_sfnt_id_rec_
383 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
398 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length )
400 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length )
402 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length )
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh647 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length) argument
650 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h98 size_t Length() const { function in class:i18n::phonenumbers::StringHolder
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvreader.cpp86 int MkvReader::Length(long long* total, long long* available) { function in class:mkvparser::MkvReader
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp142 uint64_t Length; member in class:BufferMemoryObject
145 Bytes(bytes), Length(length)
156 return Length;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h946 ULONG32 Length; member in struct:_MINIDUMP_STRING
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c27 int Length; member in struct:match_info
107 tokens.Negate.Length = match_length(matches, 1);
109 tokens.Abs.Length = match_length(matches, 2);
111 tokens.File.Length = match_length(matches, 3);
113 tokens.Index.Length = match_length(matches, 4);
115 tokens.Swizzle.Length = match_length(matches, 5);
118 if (tokens.Negate.Length > 0) {
123 if (tokens.Abs.Length > 0) {
128 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
130 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
[all...]

Completed in 7457 milliseconds

12345678