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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 25 bool Enable;
29 CheckerOptInfo(StringRef name, bool enable)
30 : Name(name), Enable(enable), Claimed(false) { }
33 bool isEnabled() const { return Enable; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl 24 [Custom, CustomElementCallbacks=Enable] void open();
26 [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, CustomElementCallbacks=Enable] void write([Default=Undefined] optional DOMString text);
27 [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, CustomElementCallbacks=Enable] void writeln([Default=Undefined] optional DOMString text);
45 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString dir;
46 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString designMode;
53 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString bgColor;
54 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString fgColor;
55 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString alinkColor;
56 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString linkColor;
57 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString vlinkColor
    [all...]
HTMLElement.idl 29 [CustomElementCallbacks=Enable] attribute long tabIndex;
30 [CustomElementCallbacks=Enable] attribute boolean draggable;
36 [TreatNullAs=NullString, CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
37 [TreatNullAs=NullString, CustomElementCallbacks=Enable, SetterRaisesException] attribute DOMString innerText;
38 [TreatNullAs=NullString, CustomElementCallbacks=Enable, SetterRaisesException] attribute DOMString outerHTML;
39 [TreatNullAs=NullString, CustomElementCallbacks=Enable, SetterRaisesException] attribute DOMString outerText;
41 [RaisesException, CustomElementCallbacks=Enable] Element insertAdjacentElement([Default=Undefined] optional DOMString where,
43 [CustomElementCallbacks=Enable, RaisesException] void insertAdjacentHTML([Default=Undefined] optional DOMString where,
50 [TreatNullAs=NullString, CustomElementCallbacks=Enable, SetterRaisesException] attribute DOMString contentEditable;
DOMTokenList.idl 31 [RaisesException, CustomElementCallbacks=Enable] void add(DOMString... tokens);
32 [RaisesException, CustomElementCallbacks=Enable] void remove(DOMString... tokens);
33 [RaisesException, CustomElementCallbacks=Enable] boolean toggle(DOMString token, optional boolean force);
HTMLInputElement.idl 37 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString formEnctype;
38 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString formMethod;
41 [CustomElementCallbacks=Enable] attribute unsigned long height;
45 [SetterRaisesException, CustomElementCallbacks=Enable] attribute long maxLength;
53 [SetterRaisesException, CustomElementCallbacks=Enable] attribute unsigned long size; // Changed string -> long -> unsigned long
56 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString type; // readonly dropped as part of DOM level 2
57 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString defaultValue;
59 [TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks=Enable] attribute DOMString value;
60 [SetterRaisesException, CustomElementCallbacks=Enable] attribute Date valueAsDate;
61 [SetterRaisesException, CustomElementCallbacks=Enable] attribute double valueAsNumber
    [all...]
HTMLFormElement.idl 25 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString enctype;
26 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString encoding;
27 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString method;
38 [CustomElementCallbacks=Enable] void reset();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasink.h 41 virtual bool Enable(bool enable) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasink.h 40 virtual bool Enable(bool enable) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNode.idl 29 [RaisesException, CustomElementCallbacks=Enable] void remove();
Attr.idl 29 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks=Enable] attribute DOMString value;
NamedNodeMap.idl 28 [RaisesException, CustomElementCallbacks=Enable] Node setNamedItem([Default=Undefined] optional Node node);
30 [RaisesException, CustomElementCallbacks=Enable] Node removeNamedItem([Default=Undefined] optional DOMString name);
43 [RaisesException, CustomElementCallbacks=Enable] Node setNamedItemNS([Default=Undefined] optional Node node);
45 [RaisesException, CustomElementCallbacks=Enable] Node removeNamedItemNS([TreatNullAs=NullString,Default=Undefined] optional DOMString namespaceURI,
Range.idl 55 [RaisesException, CustomElementCallbacks=Enable] void deleteContents();
56 [RaisesException, CustomElementCallbacks=Enable] DocumentFragment extractContents();
57 [RaisesException, CustomElementCallbacks=Enable] DocumentFragment cloneContents();
58 [RaisesException, CustomElementCallbacks=Enable] void insertNode([Default=Undefined] optional Node newNode);
59 [RaisesException, CustomElementCallbacks=Enable] void surroundContents([Default=Undefined] optional Node newParent);
72 [RaisesException, CustomElementCallbacks=Enable] DocumentFragment createContextualFragment([Default=Undefined] optional DOMString html);
  /external/chromium/chrome/browser/
power_save_blocker_common.cc 11 PowerSaveBlocker::PowerSaveBlocker(bool enable) : enabled_(false) {
12 if (enable)
13 Enable();
20 void PowerSaveBlocker::Enable() {
power_save_blocker.h 21 void Enable();
26 // Platform-specific function called when enable state is changed.
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.idl 39 [CustomElementCallbacks=Enable] DocumentFragment transformToFragment([Default=Undefined] optional Node source, [Default=Undefined] optional Document docVal);
40 [CustomElementCallbacks=Enable] Document transformToDocument([Default=Undefined] optional Node source);
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.cc 33 InstantController::Enable(profile);
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.h 37 virtual int Enable(bool enable);
level_estimator_impl.h 37 virtual int Enable(bool enable);
noise_suppression_impl.h 37 virtual int Enable(bool enable);
voice_detection_impl.h 38 virtual int Enable(bool enable);
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 70 // apm->high_pass_filter()->Enable(true);
73 // apm->echo_cancellation()->Enable(true);
76 // apm->noise_reduction()->Enable(true);
80 // apm->gain_control()->Enable(true);
82 // apm->voice_detection()->Enable(true);
258 virtual int Enable(bool enable) = 0;
267 virtual int enable_drift_compensation(bool enable) = 0;
299 virtual int enable_metrics(bool enable) = 0;
327 virtual int enable_delay_logging(bool enable) = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 134 driver->Enable = NULL;
259 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled);
260 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled);
261 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled);
262 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
263 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag);
264 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
265 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag);
266 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
267 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled)
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 134 driver->Enable = NULL;
259 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled);
260 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled);
261 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled);
262 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
263 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag);
264 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
265 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag);
266 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
267 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled)
    [all...]
  /external/chromium_org/content/browser/
browser_ipc_logging.cc 28 void EnableIPCLogging(bool enable) {
29 // First enable myself.
30 if (enable)
31 IPC::Logging::GetInstance()->Enable();
40 base::Bind(EnableIPCLoggingForChildProcesses, enable));
46 i.GetCurrentValue()->Send(new ChildProcessMsg_SetIPCLoggingEnabled(enable));
  /external/eigen/Eigen/src/Core/
ForceAlignedAccess.h 122 /** \returns an expression of *this with forced aligned access if \a Enable is true.
126 template<bool Enable>
127 inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type>::type
133 /** \returns an expression of *this with forced aligned access if \a Enable is true.
137 template<bool Enable>
138 inline typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type

Completed in 1418 milliseconds

1 2 3 4 5 6 7 8 91011>>