• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/testing/

Lines Matching refs:ec

50         ec = INVALID_ACCESS_ERR; \
56 ec = INVALID_ACCESS_ERR; \
62 ec = INVALID_ACCESS_ERR; \
200 void InternalSettings::setMockScrollbarsEnabled(bool enabled, ExceptionCode& ec)
214 void InternalSettings::setShadowDOMEnabled(bool enabled, ExceptionCode& ec)
217 ec = INVALID_ACCESS_ERR;
227 ec = INVALID_ACCESS_ERR;
249 void InternalSettings::setTouchEventEmulationEnabled(bool enabled, ExceptionCode& ec)
256 UNUSED_PARAM(ec);
268 void InternalSettings::setStandardFontFamily(const String& family, const String& script, ExceptionCode& ec)
274 void InternalSettings::setSerifFontFamily(const String& family, const String& script, ExceptionCode& ec)
280 void InternalSettings::setSansSerifFontFamily(const String& family, const String& script, ExceptionCode& ec)
286 void InternalSettings::setFixedFontFamily(const String& family, const String& script, ExceptionCode& ec)
292 void InternalSettings::setCursiveFontFamily(const String& family, const String& script, ExceptionCode& ec)
298 void InternalSettings::setFantasyFontFamily(const String& family, const String& script, ExceptionCode& ec)
304 void InternalSettings::setPictographFontFamily(const String& family, const String& script, ExceptionCode& ec)
310 void InternalSettings::setTextAutosizingEnabled(bool enabled, ExceptionCode& ec)
317 UNUSED_PARAM(ec);
321 void InternalSettings::setTextAutosizingWindowSizeOverride(int width, int height, ExceptionCode& ec)
329 UNUSED_PARAM(ec);
333 void InternalSettings::setMediaTypeOverride(const String& mediaType, ExceptionCode& ec)
339 void InternalSettings::setTextAutosizingFontScaleFactor(float fontScaleFactor, ExceptionCode& ec)
346 UNUSED_PARAM(ec);
350 void InternalSettings::setCSSExclusionsEnabled(bool enabled, ExceptionCode& ec)
352 UNUSED_PARAM(ec);
356 void InternalSettings::setCSSShapesEnabled(bool enabled, ExceptionCode& ec)
358 UNUSED_PARAM(ec);
362 void InternalSettings::setCSSVariablesEnabled(bool enabled, ExceptionCode& ec)
368 bool InternalSettings::cssVariablesEnabled(ExceptionCode& ec)
374 void InternalSettings::setCanStartMedia(bool enabled, ExceptionCode& ec)
380 void InternalSettings::setEditingBehavior(const String& editingBehavior, ExceptionCode& ec)
390 ec = SYNTAX_ERR;
393 void InternalSettings::setDialogElementEnabled(bool enabled, ExceptionCode& ec)
395 UNUSED_PARAM(ec);
403 void InternalSettings::setShouldDisplayTrackKind(const String& kind, bool enabled, ExceptionCode& ec)
419 ec = SYNTAX_ERR;
426 bool InternalSettings::shouldDisplayTrackKind(const String& kind, ExceptionCode& ec)
442 ec = SYNTAX_ERR;
450 void InternalSettings::setStorageBlockingPolicy(const String& mode, ExceptionCode& ec)
461 ec = SYNTAX_ERR;
469 void InternalSettings::setImagesEnabled(bool enabled, ExceptionCode& ec)
475 void InternalSettings::setMinimumTimerInterval(double intervalInSeconds, ExceptionCode& ec)
481 void InternalSettings::setDefaultVideoPosterURL(const String& url, ExceptionCode& ec)
487 void InternalSettings::setTimeWithoutMouseMovementBeforeHidingControls(double time, ExceptionCode& ec)
493 void InternalSettings::setUseLegacyBackgroundSizeShorthandBehavior(bool enabled, ExceptionCode& ec)