Home
last modified time | relevance | path

Searched refs:getVariableValue (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ui/webui/resources/js/
Dcr.js332 cr.isGTK = typeof chrome.getVariableValue == 'function' &&
333 /GTK/.test(chrome.getVariableValue('toolkit'));
338 cr.isViews = typeof chrome.getVariableValue == 'function' &&
339 /views/.test(chrome.getVariableValue('toolkit'));
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
Dcr.js35 const isGTK = typeof chrome.getVariableValue == 'function' &&
36 /GTK/.test(chrome.getVariableValue('toolkit'));
42 const isViews = typeof chrome.getVariableValue == 'function' &&
43 /views/.test(chrome.getVariableValue('toolkit'));
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
Dcr.js332 cr.isGTK = typeof chrome.getVariableValue == 'function' &&
333 /GTK/.test(chrome.getVariableValue('toolkit'));
338 cr.isViews = typeof chrome.getVariableValue == 'function' &&
339 /views/.test(chrome.getVariableValue('toolkit'));
/external/chromium_org/chrome/browser/resources/
Dprofile_signin_confirmation.js9 var args = JSON.parse(chrome.getVariableValue('dialogArguments'));
Dcertificate_viewer.js15 var args = JSON.parse(chrome.getVariableValue('dialogArguments'));
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp282 if (SD.getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
291 if (!Symbol->getVariableValue()->EvaluateAsRelocatable(Target, &Layout)) in RecordRelocation()
341 if (SD.getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
/external/llvm/lib/MC/
DMCSymbol.cpp45 const MCExpr *Value = S->getVariableValue(); in AliasedSymbol()
DMachObjectWriter.cpp82 dyn_cast<const MCConstantExpr>(S.getVariableValue())) in getSymbolAddress()
87 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, &Layout)) in getSymbolAddress()
665 const MCExpr *Expr = SD.getSymbol().getVariableValue(); in markAbsoluteVariableSymbols()
DMCAssembler.cpp144 if (!S.getVariableValue()->EvaluateAsValue(Target, &Layout)) in getSymbolOffsetImpl()
188 const MCExpr *Expr = Symbol.getVariableValue(); in getBaseSymbol()
389 const MCExpr *Expr = Symbol->getVariableValue(); in isThumbFunc()
DELFObjectWriter.cpp515 auto *Ref = dyn_cast<MCSymbolRefExpr>(Alias.getVariableValue()); in ExecutePostLayoutBinding()
799 const MCExpr *Expr = Sym.getVariableValue(); in getWeakRef()
917 const MCExpr *Expr = Symbol.getVariableValue(); in isInSymtab()
DMCExpr.cpp668 if (Sym.getVariableValue()->EvaluateAsRelocatableImpl( in EvaluateAsRelocatableImpl()
DWinCOFFObjectWriter.cpp422 dyn_cast<MCSymbolRefExpr>(Symbol.getVariableValue()); in DefineSymbol()
/external/chromium_org/chrome/browser/resources/chromeos/
Dbluetooth_pair_device.js52 var args = JSON.parse(chrome.getVariableValue('dialogArguments'));
Dcharger_replacement.js292 var dialogArg = chrome.getVariableValue('dialogArguments');
/external/llvm/include/llvm/MC/
DMCSymbol.h137 const MCExpr *getVariableValue() const { in getVariableValue() function
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp256 const MCExpr *Value = Symbol->getVariableValue(); in RecordX86_64Relocation()
561 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordX86Relocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp349 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordPPCRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp415 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp862 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) { in parsePrimaryExpr()
866 Res = Sym->getVariableValue(); in parsePrimaryExpr()
2160 return isUsedIn(Sym, S.getVariableValue()); in isUsedIn()
2207 else if (!isa<MCConstantExpr>(Sym->getVariableValue())) in parseAssignment()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1941 Expr = Sym->getVariableValue(); in searchSymbolAlias()