OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:styleString
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fxcrt/css/
cfx_cssstyleselector.h
42
const WideString&
styleString
,
cfx_cssstyleselector.cpp
83
const WideString&
styleString
,
87
if (!
styleString
.IsEmpty() || !alignString.IsEmpty()) {
90
if (!
styleString
.IsEmpty())
91
AppendInlineStyle(pDecl.get(),
styleString
);
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternUtilDemo.java
55
String
styleString
= arg.getSimpleStyle();
56
if (
styleString
== null) {
59
System.out.println(" style: «" +
styleString
+ "»");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java
350
String
styleString
= computeStyleDeclaration(createFile, initialIndent);
351
addFile.setEdit(new InsertEdit(insertAtIndex,
styleString
));
447
String
styleString
= sb.toString();
448
return
styleString
;
Completed in 802 milliseconds