OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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());
59
this._lastSelectedTabSetting = WebInspector.settings.createSetting("lastSelectedSettingsTab", WebInspector.SettingsScreen.Tabs.
General
);
95
General
: "
general
",
336
WebInspector.SettingsTab.call(this, WebInspector.UIString("
General
"), "
general
-tab-content");
[
all
...]
Completed in 305 milliseconds