Searched refs:isCustom (Results 1 – 3 of 3) sorted by relevance
55 bool isCustom : 1; variable74 Ret.isCustom = false; in getReg()86 Ret.isCustom = true; in getCustomReg()97 Ret.isCustom = false; in getMem()109 Ret.isCustom = true; in getCustomMem()119 bool needsCustom() const { return isCustom; } in needsCustom()
1239 void WebViewHost::setCustomPolicyDelegate(bool isCustom, bool isPermissive) in setCustomPolicyDelegate() argument1241 m_policyDelegateEnabled = isCustom; in setCustomPolicyDelegate()
1040 bool isCustom = false; in LegalizeLoadOps() local1044 isCustom = true; in LegalizeLoadOps()1050 if (isCustom) { in LegalizeLoadOps()