Searched refs:setIntValue (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bridge/
H A DtestC.js13 myInterface.logMessage (" myInterface.setIntValue(5678) = " + myInterface.setIntValue(5678));
H A Dtestbindings.cpp87 "setIntValue",
152 void setIntValue (MyObject *obj, const NPVariant *variant) function
230 setIntValue (obj, variant);
260 setIntValue (obj, &args[0]);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenHUDWindowController.mm547 [_playButton setIntValue:[self playing]];
/external/clang/include/clang/AST/
H A DExpr.h1148 void setIntValue(ASTContext &C, const llvm::APInt &Val);
1154 void setValue(ASTContext &C, const llvm::APInt &Val) { setIntValue(C, Val); }
1163 setIntValue(C, Val.bitcastToAPInt());
/external/clang/lib/AST/
H A DExpr.cpp545 void APNumericStorage::setIntValue(ASTContext &C, const llvm::APInt &Val) { function in class:APNumericStorage

Completed in 152 milliseconds