Searched defs:typeString (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLErrors.cpp74 void XMLErrors::appendErrorMessage(const String& typeString, TextPosition position, const char* message) argument
76 // <typeString> on line <lineNumber> at column <columnNumber>: <message>
77 m_errorMessages.append(typeString);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8InspectorFrontendHostCustom.cpp80 String typeString = toWebCoreStringWithNullCheck(type); local
81 if (typeString == "separator") {
86 } else if (typeString == "subMenu" && subItems->IsArray()) {
97 ContextMenuItem menuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, toWebCoreStringWithNullCheck(label));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h105 String typeString; local
106 adjustForInheritance(contextElement, attributeName(), typeString);
107 animatedType = (*parseTypeFromString)(this, typeString);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DConsoleMessage.js859 var typeString; variable
862 typeString = "Log";
865 typeString = "Dir";
868 typeString = "Dir XML";
871 typeString = "Trace";
875 typeString = "Start Group";
878 typeString = "End Group";
881 typeString = "Assert";
884 typeString = "Result";
888 typeString
[all...]
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java37 public TypeInfo(String typeString) { argument
39 if (typeString.endsWith("...")) {
40 typeString = typeString.substring(0, typeString.length() - 3);
44 int paramStartPos = typeString.indexOf('<');
47 int paramEndPos = typeString.lastIndexOf('>');
52 char c = typeString.charAt(i);
54 String entry = typeString.substring(entryStartPos, i).trim();
65 TypeInfo info = new TypeInfo(typeString
[all...]
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DOutputHLSL.cpp177 uniforms += "uniform " + typeString(type) + " " + decorateUniform(name, type) + arrayString(type) +
188 varyings += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
196 attributes += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
1484 out << typeString(variable->getType()) + " ";
1541 out << typeString(node->getType()) << " " << decorate(node->getName()) << (mOutputLod0Function ? "Lod0(" : "(");
1579 out << typeString(node->getType()) << " ";
2413 return qualifierString(qualifier) + " " + typeString(type) + " " + name + arrayString(type);
2430 TString OutputHLSL::typeString(const TType &type) function in class:sh::OutputHLSL
2450 string += " " + typeString(*field->type()) + " " + decorate(field->name()) + arrayString(*field->type()) + ";\n";
2594 structure += " " + typeString(*fiel
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMDebuggerAgent.cpp231 static int domTypeForName(ErrorString* errorString, const String& typeString) argument
233 if (typeString == "subtree-modified")
235 if (typeString == "attribute-modified")
237 if (typeString == "node-removed")
239 *errorString = "Unknown DOM breakpoint type: " + typeString;
254 void InspectorDOMDebuggerAgent::setDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString) argument
260 int type = domTypeForName(errorString, typeString);
272 void InspectorDOMDebuggerAgent::removeDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString) argument
277 int type = domTypeForName(errorString, typeString);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 278 milliseconds