Searched refs:getIntValue (Results 1 - 25 of 29) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DAbstractData.java30 public int getIntValue() { method in class:AbstractData
67 public int getIntValue(String path, int defaultValue) { method in class:AbstractData
93 public int getIntValue(String path) { method in class:AbstractData
H A DData.java53 int getIntValue(); method in interface:Data
217 int getIntValue(String path, int defaultValue); method in interface:Data
229 int getIntValue(String path); method in interface:Data
H A DDelegatedData.java72 public int getIntValue() { method in class:DelegatedData
73 return getDelegate().getIntValue();
250 public int getIntValue(String path, int defaultValue) { method in class:DelegatedData
251 return getDelegate().getIntValue(path, defaultValue);
260 public int getIntValue(String path) { method in class:DelegatedData
261 return getDelegate().getIntValue(path);
H A DChainedData.java151 public int getIntValue(String path, int defaultValue) { method in class:ChainedData
176 public int getIntValue(String path) { method in class:ChainedData
179 return child.getIntValue();
H A DTypeConverter.java113 return data != null ? data.getIntValue() : 0;
/external/webkit/Source/WebCore/bridge/
H A DtestC.js19 myInterface.logMessage (" myInterface.getIntValue() = " + myInterface.getIntValue());
H A Dtestbindings.cpp91 "getIntValue",
185 void getIntValue (MyObject *obj, NPVariant *variant) function
206 getIntValue (obj, variant);
277 getIntValue (obj, result);
/external/jsilver/src/org/clearsilver/
H A DHDF.java74 int getIntValue(String hdfName, int defaultValue); method in interface:HDF
H A DDelegatedHdf.java99 public int getIntValue(String hdfname, method in class:DelegatedHdf
101 return getHdf().getIntValue(hdfname, default_value);
/external/webkit/Source/WebCore/css/
H A DCounter.h40 int listStyleNumber() const { return m_listStyle ? m_listStyle->getIntValue() : 0; }
H A DCSSPrimitiveValue.h161 int getIntValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<int>(getDoubleValue(unitType, ec)); } function in class:WebCore::CSSPrimitiveValue
162 int getIntValue(unsigned short unitType) const { return static_cast<int>(getDoubleValue(unitType)); } function in class:WebCore::CSSPrimitiveValue
163 int getIntValue() const { return static_cast<int>(m_value.num); } function in class:WebCore::CSSPrimitiveValue
H A DMediaQueryEvaluator.cpp186 h = static_cast<CSSPrimitiveValue*>(i0)->getIntValue(CSSPrimitiveValue::CSS_NUMBER);
187 v = static_cast<CSSPrimitiveValue*>(i2)->getIntValue(CSSPrimitiveValue::CSS_NUMBER);
H A DCSSStyleSelector.cpp3479 int value = static_cast<CSSPrimitiveValue*>(pair->second())->getIntValue();
4390 m_style->setWidows(primitiveValue->getIntValue());
4399 m_style->setOrphans(primitiveValue->getIntValue());
4421 lineHeight = Length((m_style->fontSize() * primitiveValue->getIntValue()) / 100, Fixed);
5377 m_style->setMarqueeLoopCount(primitiveValue->getIntValue());
5401 m_style->setMarqueeSpeed(1000 * primitiveValue->getIntValue());
5403 m_style->setMarqueeSpeed(primitiveValue->getIntValue());
5405 m_style->setMarqueeSpeed(primitiveValue->getIntValue());
5505 m_style->setLineClamp(LineClampValue(primitiveValue->getIntValue(CSSPrimitiveValue::CSS_NUMBER), LineClampLineCount));
5507 m_style->setLineClamp(LineClampValue(primitiveValue->getIntValue(CSSPrimitiveValu
[all...]
/external/webkit/Source/WebCore/platform/
H A DLength.h82 return getIntValue();
202 int getIntValue() const function in struct:WebCore::Length
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DValue.java116 return getIntValue(mode, partiallyEscaped, value);
137 return getIntValue(mode, partiallyEscaped, value ? 1 : 0);
140 private static Value getIntValue(EscapeMode mode, boolean partiallyEscaped, int num) { method in class:Value
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java125 public int getIntValue(String hdfName, int defaultValue) { method in class:JHdf
126 return data.getIntValue(hdfName, defaultValue);
H A DJCs.java141 int wsStripLevel = localHdf.getIntValue("ClearSilver.WhiteSpaceStrip", 0);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h119 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { function in class:clang::ento::BasicValueFactory
H A DSValBuilder.h257 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned));
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java173 public int getIntValue(String hdfname, int default_value) { method in class:JniHdf
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp1030 int pixelFontSize = value->getIntValue(CSSPrimitiveValue::CSS_PX);
/external/clang/include/clang/AST/
H A DExpr.h1141 llvm::APInt getIntValue() const { function in class:clang::APNumericStorage
1153 llvm::APInt getValue() const { return getIntValue(); }
1160 return llvm::APFloat(getIntValue(), IsIEEE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 466 milliseconds

12