Searched refs:strType (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/browser/screen_orientation/ |
D | screen_orientation_browsertest.cc | 49 void SendFakeScreenOrientation(unsigned angle, const std::string& strType) { in SendFakeScreenOrientation() argument 57 if (strType == "portrait-primary") { in SendFakeScreenOrientation() 59 } else if (strType == "portrait-secondary") { in SendFakeScreenOrientation() 61 } else if (strType == "landscape-primary") { in SendFakeScreenOrientation() 63 } else if (strType == "landscape-secondary") { in SendFakeScreenOrientation()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfppo.cpp | 321 CFX_ByteString strType = pDictClone->GetString("Type"); in GetNewObjId() local 322 if(!FXSYS_stricmp(strType, "Pages")) in GetNewObjId() 327 else if(!FXSYS_stricmp(strType, "Page")) in GetNewObjId()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 448 CFX_ByteString strType = ""; in borderStyle() local 449 vp >> strType; in borderStyle() 453 AddDelay_String(FP_BORDERSTYLE, strType); in borderStyle() 457 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, strType); in borderStyle()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 2491 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2520 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2521 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
|
D | RewriteModernObjC.cpp | 2592 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local 2621 strType, nullptr, SC_Static); in RewriteObjCStringLiteral() 2622 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
|