Searched refs:setName (Results 126 - 150 of 200) sorted by relevance

12345678

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorFileSystemAgent.cpp177 .setName("/")
279 .setName(entry->name())
H A DInspectorStyleSheet.cpp347 .setName(propertyEntry.name)
548 .setName(name)
618 .setName(shorthand)
H A DInspectorPageAgent.cpp510 .setName(cookie.name)
1126 frameObject->setName(name);
H A DInspectorCSSAgent.cpp946 .setName(getPropertyNameString(id));
1328 .setName(webkitNamedFlow->name().string())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp721 Arg->setName("predecessor");
732 Arg->setName("counters");
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCodeExtractor.cpp383 AI->setName(inputs[i]->getName());
385 AI->setName(outputs[i]->getName()+".out");
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DType.cpp458 void StructType::setName(StringRef Name) { function in class:StructType
514 ST->setName(Name);
H A DFunction.cpp52 setName(Name);
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp757 newMedia->setName(name);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOPartitionScheme.cpp451 media->setName(nameOfParent, gIODTPlane);
H A DIOBlockStorageDriver.cpp940 m->setName(unitName ? unitName->getCStringNoCopy() : "", gIODTPlane);
1577 m->setName(mediaName);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DTileController.mm120 [m_tileContainerLayer.get() setName:@"TileController Container Layer"];
1022 [layer.get() setName:@"Tile"];
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp618 void PlatformCALayer::setName(const String& value) function in class:PlatformCALayer
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathFunctions.cpp728 function->setName(name);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebFrame.cpp164 frame->tree()->setName(frameName);
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp687 AI->setName(Args[Idx]);
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp791 AI->setName(Args[Idx]);
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp1676 void Record::setName(Init *NewName) { function in class:Record
1699 void Record::setName(const std::string &Name) { function in class:Record
1700 setName(StringInit::get(Name));
1725 setName(NewName);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLICM.cpp559 New->setName(I.getName()+".le");
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenDAGPatterns.h338 void setName(StringRef N) { Name.assign(N.begin(), N.end()); }
H A DCodeGenDAGPatterns.cpp1130 New->setName(getName());
1221 FragTree->setName(getName());
1753 Res->setName(OpName);
1860 Result->setName(OpName);
1864 Result->setName(Dag->getName());
3189 R->setName(Orig->getName());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.cpp314 void GraphicsLayerClutter::setName(const String& name) function in class:WebCore::GraphicsLayerClutter
317 GraphicsLayer::setName(longName);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h1430 setName(NameStr);
1437 setName(NameStr);
1502 setName(NameStr);
1507 setName(NameStr);
1986 setName(NameStr);
1994 setName(NameStr);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp1992 const UnicodeString& setName,
2006 errln((UnicodeString)"Fail: set " + setName + " does not contain " + prettify(bad) +
2009 logln((UnicodeString)"Ok: set " + setName + " contains " + prettify(charsIn));
2020 errln((UnicodeString)"Fail: set " + setName + " contains " + prettify(bad) +
2023 logln((UnicodeString)"Ok: set " + setName + " does not contain " + prettify(charsOut));
1991 expectContainment(const UnicodeSet& set, const UnicodeString& setName, const UnicodeString& charsIn, const UnicodeString& charsOut) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp1270 void DOMWindow::setName(const String& string) function in class:WebCore::DOMWindow
1275 m_frame->tree()->setName(string);

Completed in 326 milliseconds

12345678