HomeSort by relevance Sort by last modified time
    Searched refs:SEPIA (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/components/dom_distiller/core/
theme_list.h 16 DEFINE_THEME(SEPIA, 2)
distilled_page_prefs_unittests.cc 90 distilled_page_prefs_->SetTheme(DistilledPagePrefs::SEPIA);
93 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs.GetTheme());
105 distilled_page_prefs_->SetTheme(DistilledPagePrefs::SEPIA);
107 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs.GetTheme());
108 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs2.GetTheme());
112 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs.GetTheme());
viewer.cc 36 const char kSepiaJsTheme[] = "sepia";
41 const char kSepiaCssClass[] = "sepia";
57 } else if (theme == DistilledPagePrefs::SEPIA) {
67 } else if (theme == DistilledPagePrefs::SEPIA) {
viewer_unittest.cc 143 std::string kSepiaJs = "useTheme('sepia');";
152 DistilledPagePrefs::SEPIA)),
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/
DistilledPagePrefsTest.java 56 setTheme(Theme.SEPIA);
57 assertEquals(Theme.SEPIA, mDistilledPagePrefs.getTheme());
83 setTheme(Theme.SEPIA);
85 assertEquals(Theme.SEPIA, testObserverOne.getTheme());
86 assertEquals(Theme.SEPIA, testObserverTwo.getTheme());
92 assertEquals(Theme.SEPIA, testObserverOne.getTheme());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.cpp 51 case SEPIA:
69 case SEPIA:
SkiaImageFilterBuilder.cpp 123 case FilterOperation::SEPIA:
131 case FilterOperation::SEPIA:
FilterOperation.h 48 SEPIA,
64 case SEPIA:
157 // GRAYSCALE, SEPIA, SATURATE and HUE_ROTATE are variations on a basic color matrix effect.
191 return type == FilterOperation::GRAYSCALE || type == FilterOperation::SEPIA || type == FilterOperation::SATURATE || type == FilterOperation::HUE_ROTATE;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTranslationUtilTest.cpp 108 ops.operations().append(BasicColorMatrixFilterOperation::create(0.8, FilterOperation::SEPIA));
  /external/chromium_org/cc/output/
filter_operation.cc 132 case FilterOperation::SEPIA:
175 case FilterOperation::SEPIA:
262 case FilterOperation::SEPIA:
filter_operation.h 31 SEPIA,
100 return FilterOperation(SEPIA, amount);
filter_operations.cc 99 case FilterOperation::SEPIA:
137 case FilterOperation::SEPIA:
render_surface_filters.cc 170 case FilterOperation::SEPIA:
filter_operations_unittest.cc 124 SAVE_RESTORE_AMOUNT(Sepia, SEPIA, 0.6f);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DistilledPagePrefsView.java 100 mColorModeButtons.put(Theme.SEPIA,
101 initializeAndGetButton(R.id.sepia_mode, Theme.SEPIA));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 49 return FilterOperation::SEPIA;
  /external/chromium_org/content/common/
cc_messages.cc 22 case cc::FilterOperation::SEPIA:
71 case cc::FilterOperation::SEPIA:
141 case cc::FilterOperation::SEPIA:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 130 case FilterOperation::SEPIA: {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 798 case FilterOperation::SEPIA
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 171 milliseconds