Searched refs:Length (Results 126 - 150 of 915) sorted by relevance

1234567891011>>

/external/chromium_org/net/cert/
H A Dx509_certificate_mac.cc43 distinguished_name.field()->Length);
60 static_cast<size_t>(distinguished_name.field()->Length));
92 x509_time->time.Length);
109 serial_number.field()->Length);
264 name_data.Length));
268 name_data.Length));
280 der_data.Length);
295 a_data.Length == b_data.Length &&
296 memcmp(a_data.Data, b_data.Data, a_data.Length)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h60 #include "platform/Length.h"
438 const Length& left() const { return surround->offset.left(); }
439 const Length& right() const { return surround->offset.right(); }
440 const Length& top() const { return surround->offset.top(); }
441 const Length& bottom() const { return surround->offset.bottom(); }
444 const Length& logicalLeft() const { return surround->offset.logicalLeft(writingMode()); }
445 const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); }
446 const Length& logicalTop() const { return surround->offset.before(writingMode()); }
447 const Length& logicalBottom() const { return surround->offset.after(writingMode()); }
462 const Length
[all...]
H A DStyleFetchedImage.cpp80 void StyleFetchedImage::computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio)
H A DStyleFetchedImage.h51 virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
H A DStyleFetchedImageSet.cpp87 void StyleFetchedImageSet::computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio)
H A DStyleGeneratedImage.h48 virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
H A DStyleImage.h58 virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) = 0;
H A DStylePendingImage.h57 virtual void computeIntrinsicDimensions(const RenderObject*, Length& /* intrinsicWidth */ , Length& /* intrinsicHeight */, FloatSize& /* intrinsicRatio */) OVERRIDE { }
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs116 n = fr.Read((Char[])data, 0, data.Length);
143 return file.Length;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs65 this.n = pattern.Length;
70 sval.Length = 0; // reset, but reuse buffer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs67 this.n = pattern.Length;
73 sval.Length = 0; // reset, but reuse buffer
/external/chromium_org/chrome/renderer/extensions/
H A Dpage_capture_custom_bindings.cc29 CHECK(args.Length() == 2);
40 CHECK(args.Length() == 1);
/external/chromium_org/courgette/
H A Dencoded_program_unittest.cc39 size_t length = sink.Length();
56 size_t assembled_length = assembled.Length();
/external/chromium_org/extensions/renderer/
H A Dblob_native_handler.cc16 DCHECK_EQ(1, args.Length());
27 DCHECK_EQ(3, args.Length());
H A Duser_gestures_native_handler.cc37 CHECK_EQ(args.Length(), 1);
46 CHECK_EQ(args.Length(), 1);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8BlobCustom.cpp42 if (!info.Length()) {
56 if (info.Length() > 1) {
H A DV8MutationObserverCustom.cpp48 if (info.Length() < 1) {
49 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.cpp74 controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
75 controlsRenderer->style()->setWidth(Length(newSize.width(), Fixed));
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.h52 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h29 #include "platform/Length.h"
39 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor)
66 Length m_textIndent;
H A DTheme.h87 virtual LengthSize minimumControlSize(ControlPart, const FontDescription&, float /*zoomFactor*/) const { return LengthSize(Length(0, Fixed), Length(0, Fixed)); }
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc46 int32_t FontData::Length() const { function in class:sfntly::FontData
47 return std::min<int32_t>(array_->Length() - bound_offset_, bound_length_);
/external/chromium_org/v8/test/cctest/
H A Dprofiler-extension.cc61 cpu_profiler->StartProfiling((args.Length() > 0)
70 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
/external/clang/unittests/Format/
H A DFormatTestProto.cpp23 unsigned Length, const FormatStyle &Style) {
26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
22 format(llvm::StringRef Code, unsigned Offset, unsigned Length, const FormatStyle &Style) argument
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs72 int len = srcString.Length;
85 for (int switchIndex = 0; switchIndex < _switches.Length; switchIndex++)
87 int switchLen = switchForms[switchIndex].IDString.Length;
173 int numCommandStrings = commandStrings.Length;
194 for (int i = 0; i < commandForms.Length; i++)
201 postString = commandString.Substring(id.Length);
225 int len = charsSet.Chars.Length;
244 return (numUsedChars == commandString.Length);

Completed in 4544 milliseconds

1234567891011>>