HomeSort by relevance Sort by last modified time
    Searched refs:CUSTOM (Results 1 - 25 of 32) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java 39 CUSTOM,
RenderPreviewManager.java 25 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderPreviewMode.CUSTOM;
220 assert mMode == CUSTOM;
653 } else if (mMode == CUSTOM) {
691 selectMode(CUSTOM);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.h 53 CUSTOM = 4
OscillatorNode.cpp 95 case CUSTOM:
96 return "custom";
99 return "custom";
141 case CUSTOM:
143 // Return error for invalid types, including CUSTOM since setPeriodicWave() method must be
339 m_type = CUSTOM;
  /external/chromium_org/net/proxy/
proxy_script_decider.cc 69 case PacSource::CUSTOM:
70 source = "Custom PAC URL: ";
152 // (3) Custom PAC URL.
162 pac_sources.push_back(PacSource(PacSource::CUSTOM, config.pac_url()));
362 script_data_ = pac_source.type == PacSource::CUSTOM ?
369 if (current_pac_source().type == PacSource::CUSTOM) {
438 case PacSource::CUSTOM:
proxy_script_decider.h 39 // (3) Custom PAC script if a URL was given.
69 // manual settings, and decided whether to use auto-detect or the custom PAC
90 // auto-detect or a custom URL.
95 CUSTOM
178 // Whether we have an existing custom PAC URL.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 19 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderPreviewMode.CUSTOM;
150 if (mode == RenderPreviewMode.CUSTOM) {
210 CUSTOM), SWT.RADIO, mode == CUSTOM);