Home
last modified time | relevance | path

Searched refs:new_attributes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dproperty-details.h214 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) { in CopyAddAttributes() argument
215 new_attributes = in CopyAddAttributes()
216 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes()
217 return PropertyDetails(value_, new_attributes); in CopyAddAttributes()
Dobjects.cc12407 PropertyAttributes new_attributes = maybe.value; in SetElement() local
12437 if (old_attributes != new_attributes) { in SetElement()
/external/llvm/lib/Support/Windows/
DProcess.inc345 WORD new_attributes =
355 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
357 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);