Home
last modified time | relevance | path

Searched refs:strType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/screen_orientation/
Dscreen_orientation_browsertest.cc49 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/
Dfpdfppo.cpp321 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/
DField.cpp448 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/
DRewriteObjC.cpp2491 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()
DRewriteModernObjC.cpp2592 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()