/external/libchrome/base/win/ |
H A D | scoped_select_object.h | 29 DCHECK((GetObjectType(oldobj_) != OBJ_REGION && object != NULL) || 30 (GetObjectType(oldobj_) == OBJ_REGION && object != HGDI_ERROR));
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_document_serialize.cpp | 168 FXSYS_assert(pContentNode->GetObjectType() == XFA_OBJECTTYPE_ContentNode);
175 pGrandParentNode->GetObjectType() != XFA_OBJECTTYPE_ContainerNode) {
226 switch (pNode->GetObjectType()) {
430 if (pNode->GetObjectType() == XFA_OBJECTTYPE_ModelNode) {
500 if (pNode->GetObjectType() == XFA_OBJECTTYPE_ModelNode) {
|
H A D | xfa_document_datamerger_imp.cpp | 66 XFA_OBJECTTYPE objectType = pChildNode->GetObjectType();
494 if (pTemplateChild->GetObjectType() == XFA_OBJECTTYPE_ContainerNode) {
851 } else if (pTemplateChild->GetObjectType() ==
889 } else if (pTemplateChild->GetObjectType() ==
950 } else if (pTemplateChild->GetObjectType() ==
992 } else if (pTemplateChild->GetObjectType() ==
1017 } else if (pTemplateChild->GetObjectType() ==
1218 if (pFormChild->GetObjectType() != XFA_OBJECTTYPE_ContainerNode) {
1318 if (pFormChild->GetObjectType() != XFA_OBJECTTYPE_ContainerNode) {
1333 pRootBoundNode->GetObjectType() [all...] |
H A D | xfa_script_imp.cpp | 155 if (lpOrginalNode->GetObjectType() == XFA_OBJECTTYPE_VariablesThis) {
162 if (lpOrginalNode->GetObjectType() == XFA_OBJECTTYPE_VariablesThis) {
228 if (pOrginalObject->GetObjectType() == XFA_OBJECTTYPE_VariablesThis) {
471 if (pObject->GetObjectType() == XFA_OBJECTTYPE_VariablesThis) {
|
H A D | xfa_parser_imp.cpp | 202 if (pXFANode->GetObjectType() == XFA_OBJECTTYPE_ContentNode) {
893 switch (pXFAChild->GetObjectType()) {
1059 if (pXFANode->GetObjectType() == XFA_OBJECTTYPE_ContentNode) {
|
H A D | xfa_object_imp.cpp | 182 while (pNode && pNode->GetObjectType() != eType) {
189 while (pNode && pNode->GetObjectType() != eType) {
196 while (pNode && pNode->GetObjectType() != eType) {
205 eType == pSibling->GetObjectType()) {
3105 pRootBoundNode->GetObjectType() == XFA_OBJECTTYPE_ContainerNode;
4241 switch (GetObjectType()) {
4430 switch (GetObjectType()) {
4514 if (this->GetObjectType() == XFA_OBJECTTYPE_ModelNode ||
5262 if (pDstModule->GetObjectType() == XFA_OBJECTTYPE_NodeV) {
|
H A D | xfa_layout_pagemgr_new.cpp | 1779 if (pNode->GetObjectType() == XFA_OBJECTTYPE_ContainerNode) {
|
H A D | xfa_objectacc_imp.cpp | 1517 while (pNode && pNode->GetObjectType() == XFA_OBJECTTYPE_ContainerNode) {
|
/external/v8/src/mips/ |
H A D | builtins-mips.cc | 82 __ GetObjectType(a2, a3, t0); 112 __ GetObjectType(a2, a3, t0); 299 __ GetObjectType(a0, a2, a2); 359 __ GetObjectType(a0, a1, a1); 425 __ GetObjectType(a0, a2, a2); 618 __ GetObjectType(v0, a1, a3); 881 __ GetObjectType(a3, a3, a3); 1024 __ GetObjectType(kInterpreterBytecodeArrayRegister, t0, t0); 1214 __ GetObjectType(kInterpreterBytecodeArrayRegister, a1, a1); 1622 __ GetObjectType(typ [all...] |
H A D | code-stubs-mips.cc | 243 __ GetObjectType(a0, t4, t4); 348 __ GetObjectType(lhs, t4, t4); 372 __ GetObjectType(rhs, t4, t4); 404 __ GetObjectType(lhs, a2, a2); 417 __ GetObjectType(rhs, a3, a3); 438 __ GetObjectType(lhs, a3, a2); 468 __ GetObjectType(rhs, a3, a3); 1473 __ GetObjectType(a0, a1, a1); 1484 __ GetObjectType(regexp_data, a0, a0); 1727 __ GetObjectType(a [all...] |
H A D | macro-assembler-mips.cc | 5298 GetObjectType(result, temp, temp2); 5320 GetObjectType(result, scratch, scratch); 5331 void MacroAssembler::GetObjectType(Register object, function in class:v8::internal::MacroAssembler 6190 GetObjectType(object, t8, t8); 6218 GetObjectType(object, t8, t8); 6229 GetObjectType(object, t8, t8); 6240 GetObjectType(object, t8, t8); 6251 GetObjectType(object, t8, t8); 6261 GetObjectType(object, t8, t8); 6272 GetObjectType(objec [all...] |
H A D | macro-assembler-mips.h | 1162 void GetObjectType(Register function,
|
/external/v8/src/mips64/ |
H A D | builtins-mips64.cc | 81 __ GetObjectType(a2, a3, a4); 111 __ GetObjectType(a2, a3, a4); 294 __ GetObjectType(a0, a2, a2); 354 __ GetObjectType(a0, a1, a1); 419 __ GetObjectType(a0, a2, a2); 607 __ GetObjectType(v0, a1, a3); 746 __ GetObjectType(a3, a3, a3); 1010 __ GetObjectType(kInterpreterBytecodeArrayRegister, a4, a4); 1200 __ GetObjectType(kInterpreterBytecodeArrayRegister, a1, a1); 1608 __ GetObjectType(typ [all...] |
H A D | code-stubs-mips64.cc | 241 __ GetObjectType(a0, t0, t0); 345 __ GetObjectType(lhs, t0, t0); 368 __ GetObjectType(rhs, t0, t0); 400 __ GetObjectType(lhs, a2, a2); 413 __ GetObjectType(rhs, a3, a3); 434 __ GetObjectType(lhs, a3, a2); 464 __ GetObjectType(rhs, a3, a3); 1471 __ GetObjectType(a0, a1, a1); 1482 __ GetObjectType(regexp_data, a0, a0); 1728 __ GetObjectType(a [all...] |
H A D | macro-assembler-mips64.cc | 5429 GetObjectType(result, temp, temp2); 5451 GetObjectType(result, scratch, scratch); 5462 void MacroAssembler::GetObjectType(Register object, 6531 GetObjectType(object, t8, t8); 6559 GetObjectType(object, t8, t8); 6570 GetObjectType(object, t8, t8); 6581 GetObjectType(object, t8, t8); 6592 GetObjectType(object, t8, t8); 6602 GetObjectType(object, t8, t8); 6613 GetObjectType(objec [all...] |
H A D | macro-assembler-mips64.h | 1214 void GetObjectType(Register function,
|
/external/v8/src/full-codegen/mips/ |
H A D | full-codegen-mips.cc | 125 __ GetObjectType(a2, a2, a2); 1001 __ GetObjectType(a0, a1, a1); 2728 __ GetObjectType(v0, a1, a1); 2751 __ GetObjectType(v0, a1, a1); 2774 __ GetObjectType(v0, a1, a1); 2796 __ GetObjectType(v0, a1, a1); 2818 __ GetObjectType(v0, a1, a1); 2836 __ GetObjectType(v0, v0, a1); // Map is now in v0. 2886 __ GetObjectType(v0, a1, a1); 3474 __ GetObjectType(v [all...] |
/external/v8/src/full-codegen/mips64/ |
H A D | full-codegen-mips64.cc | 125 __ GetObjectType(a2, a2, a2); 1001 __ GetObjectType(a0, a1, a1); 2727 __ GetObjectType(v0, a1, a1); 2750 __ GetObjectType(v0, a1, a1); 2773 __ GetObjectType(v0, a1, a1); 2795 __ GetObjectType(v0, a1, a1); 2817 __ GetObjectType(v0, a1, a1); 2835 __ GetObjectType(v0, v0, a1); // Map is now in v0. 2885 __ GetObjectType(v0, a1, a1); 3474 __ GetObjectType(v [all...] |
/external/v8/src/crankshaft/mips/ |
H A D | lithium-codegen-mips.cc | 2177 __ GetObjectType(input, temp1, temp1); 2279 __ GetObjectType(input, scratch, scratch); 2323 __ GetObjectType(input, temp, temp2); 2639 __ GetObjectType(result, scratch, scratch); 3014 __ GetObjectType(receiver, scratch, scratch); 4826 __ GetObjectType(input, scratch, scratch); 5222 __ GetObjectType(input, input, scratch); 5229 __ GetObjectType(input, input, scratch); 5271 __ GetObjectType(input, scratch, scratch1());
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-codegen-mips64.cc | 2296 __ GetObjectType(input, temp1, temp1); 2398 __ GetObjectType(input, scratch, scratch); 2443 __ GetObjectType(input, temp, temp2); 2775 __ GetObjectType(result, scratch, scratch); 3198 __ GetObjectType(receiver, scratch, scratch); 5029 __ GetObjectType(input, scratch, scratch); 5427 __ GetObjectType(input, input, scratch); 5434 __ GetObjectType(input, input, scratch); 5476 __ GetObjectType(input, scratch, scratch1());
|
/external/pdfium/core/src/fxge/win32/ |
H A D | fx_win32_device.cpp | 480 if (GetObjectType(m_hDC) == OBJ_MEMDC) { 1316 int obj_type = ::GetObjectType(hDC);
|
/external/pdfium/xfa/src/fxfa/src/common/ |
H A D | xfa_object.h | 46 inline XFA_OBJECTTYPE GetObjectType() const {
function in class:CXFA_Object
|
/external/v8/src/ic/mips/ |
H A D | ic-mips.cc | 246 __ GetObjectType(key, map, hash);
|
/external/v8/src/ic/mips64/ |
H A D | ic-mips64.cc | 246 __ GetObjectType(key, map, hash);
|