HomeSort by relevance Sort by last modified time
    Searched defs:General (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 25 static void General(const SkColorMatrixFilter::State& state,
158 fProc = shiftIs16 ? General16 : General;
184 which could make us accidentally take the General or Add case.
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 25 static void General(const SkColorMatrixFilter::State& state,
158 fProc = shiftIs16 ? General16 : General;
184 which could make us accidentally take the General or Add case.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SettingsScreen.js 51 this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.General, WebInspector.UIString("General"), new WebInspector.GenericSettingsTab());
63 this._lastSelectedTabSetting = WebInspector.settings.createSetting("lastSelectedSettingsTab", WebInspector.SettingsScreen.Tabs.General);
69 General: "general",
279 WebInspector.SettingsTab.call(this, WebInspector.UIString("General"), "general-tab-content");
    [all...]

Completed in 172 milliseconds