Searched defs:General (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp26 static void General(const SkColorMatrixFilter::State& state, function
159 fProc = shiftIs16 ? General16 : General;
187 which could make us accidentally take the General or Add case.
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp26 static void General(const SkColorMatrixFilter::State& state, function
159 fProc = shiftIs16 ? General16 : General;
187 which could make us accidentally take the General or Add case.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
H A DSettingsScreen.js50 this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.General, WebInspector.UIString("General"), new WebInspector.GenericSettingsTab());
58 this._lastSelectedTabSetting = WebInspector.settings.createSetting("lastSelectedSettingsTab", WebInspector.SettingsScreen.Tabs.General);
82 General: "general",
213 WebInspector.SettingsTab.call(this, WebInspector.UIString("General"), "general-tab-content");
663 WebInspector._settingsController.showSettingsScreen(WebInspector.SettingsScreen.Tabs.General);

Completed in 3196 milliseconds