Searched refs:SEPIA (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Dtheme_list.h16 DEFINE_THEME(SEPIA, 2)
H A Ddistilled_page_prefs_unittests.cc90 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());
H A Dviewer.cc57 } else if (theme == DistilledPagePrefs::SEPIA) {
67 } else if (theme == DistilledPagePrefs::SEPIA) {
H A Dviewer_unittest.cc152 DistilledPagePrefs::SEPIA)),
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsTest.java56 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/
H A DFilterOperation.cpp51 case SEPIA:
69 case SEPIA:
H A DSkiaImageFilterBuilder.cpp123 case FilterOperation::SEPIA:
131 case FilterOperation::SEPIA:
H A DFilterOperation.h48 SEPIA, enumerator in enum:blink::FilterOperation::OperationType
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/
H A DAnimationTranslationUtilTest.cpp108 ops.operations().append(BasicColorMatrixFilterOperation::create(0.8, FilterOperation::SEPIA));
/external/chromium_org/cc/output/
H A Dfilter_operation.cc132 case FilterOperation::SEPIA:
175 case FilterOperation::SEPIA:
262 case FilterOperation::SEPIA:
H A Dfilter_operation.h31 SEPIA, enumerator in enum:cc::FilterOperation::FilterType
100 return FilterOperation(SEPIA, amount);
H A Dfilter_operations.cc99 case FilterOperation::SEPIA:
137 case FilterOperation::SEPIA:
H A Drender_surface_filters.cc170 case FilterOperation::SEPIA:
H A Dfilter_operations_unittest.cc124 SAVE_RESTORE_AMOUNT(Sepia, SEPIA, 0.6f);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsView.java100 mColorModeButtons.put(Theme.SEPIA,
101 initializeAndGetButton(R.id.sepia_mode, Theme.SEPIA));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFilterOperationResolver.cpp49 return FilterOperation::SEPIA;
/external/chromium_org/content/common/
H A Dcc_messages.cc22 case cc::FilterOperation::SEPIA:
71 case cc::FilterOperation::SEPIA:
141 case cc::FilterOperation::SEPIA:
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFilterEffectRenderer.cpp130 case FilterOperation::SEPIA: {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp798 case FilterOperation::SEPIA:
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2640 milliseconds