Searched refs:rawText (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleTextEditor.cpp | 122 …nalReplaceProperty(disabledProperty, disabledProperty.rawText.substring(2, disabledProperty.rawTex… in enableProperty() 133 internalReplaceProperty(property, "/* " + property.rawText + " */"); in disableProperty()
|
D | InspectorStyleSheet.h | 122 rawText = styleDeclaration.substring(start, end - start); in setRawTextFromStyleDeclaration() 125 bool hasRawText() const { return !rawText.isEmpty(); } in hasRawText() 129 String rawText; member
|
D | InspectorStyleSheet.cpp | 595 *oldText = allProperties.at(index).rawText; in setPropertyText() 718 property->setText(it->rawText); in styleWithProperties()
|
/external/mdnsresponder/mDNSPosix/ |
D | Responder.c | 519 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()
|