HomeSort by relevance Sort by last modified time
    Searched refs:applyStyle (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true);
44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 88 theme.applyStyle(resid, true);
  /external/webkit/WebCore/editing/
CompositeEditCommand.h 51 void applyStyle(CSSStyleDeclaration*, EditAction = EditActionChangeAttributes);
52 void applyStyle(CSSStyleDeclaration*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
InsertLineBreakCommand.cpp 170 applyStyle(typingStyle, firstDeepEditingPositionForNode(nodeToInsert.get()), lastDeepEditingPositionForNode(nodeToInsert.get()));
171 // Even though this applyStyle operates on a Range, it still sets an endingSelection().
Editor.h 142 void applyStyle(CSSStyleDeclaration*, EditAction = EditActionUnspecified);
InsertTextCommand.cpp 212 applyStyle(typingStyle);
CompositeEditCommand.cpp 103 void CompositeEditCommand::applyStyle(CSSStyleDeclaration* style, EditAction editingAction)
108 void CompositeEditCommand::applyStyle(CSSStyleDeclaration* style, const Position& start, const Position& end, EditAction editingAction)
    [all...]
InsertParagraphSeparatorCommand.cpp 103 applyStyle(m_style.get());
DeleteSelectionCommand.cpp     [all...]
EditorCommand.cpp 105 frame->editor()->applyStyle(style);
575 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
583 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
592 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection);
    [all...]
ReplaceSelectionCommand.cpp     [all...]
Editor.cpp 717 void Editor::applyStyle(CSSStyleDeclaration* style, EditAction editingAction)
758 applyStyle(style, editingAction);
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 50 method = "applyStyle",
66 mResTheme.applyStyle(R.raw.testmp3, false);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 166 expected.applyStyle(R.style.TextAppearance, true);
  /external/webkit/WebKit/mac/WebView/
WebView.h 728 - (void)applyStyle:(DOMCSSStyleDeclaration *)style;
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
AssetManager.java 697 /*package*/ native static final boolean applyStyle(int theme,
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/WebCore/page/
DragController.cpp 380 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor);
  /external/webkit/WebKit/win/
WebView.h 500 virtual HRESULT STDMETHODCALLTYPE applyStyle(
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 177 expected.applyStyle(R.style.TextAppearance, true);
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 284 dialogTheme.applyStyle(android.R.style.Theme_Dialog, true);
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 840 theme->applyStyle(styleRes, force ? true : false);
    [all...]

Completed in 367 milliseconds

1 2