Home
last modified time | relevance | path

Searched refs:rawText (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp122 …nalReplaceProperty(disabledProperty, disabledProperty.rawText.substring(2, disabledProperty.rawTex… in enableProperty()
133 internalReplaceProperty(property, "/* " + property.rawText + " */"); in disableProperty()
DInspectorStyleSheet.h122 rawText = styleDeclaration.substring(start, end - start); in setRawTextFromStyleDeclaration()
125 bool hasRawText() const { return !rawText.isEmpty(); } in hasRawText()
129 String rawText; member
DInspectorStyleSheet.cpp595 *oldText = allProperties.at(index).rawText; in setPropertyText()
718 property->setText(it->rawText); in styleWithProperties()
/external/mdnsresponder/mDNSPosix/
DResponder.c519 char rawText[1024]; in RegisterServicesInFile() local
575 if (!ReadALine(rawText, sizeof(rawText), fp, mDNSfalse)) break; in RegisterServicesInFile()
577 fprintf(stderr, "Text string: \"%s\"\n", rawText); in RegisterServicesInFile()
578 len = strlen(rawText); in RegisterServicesInFile()
584 mDNSPlatformMemCopy(text + textLen + 1, rawText, len); in RegisterServicesInFile()