options 635 Source/bindings/templates/interface.cpp V8TRYCATCH_VOID(Dictionary, options, Dictionary(info[1], isolate)); options 636 Source/bindings/templates/interface.cpp if (!initialize{{cpp_class}}(eventInit, options, exceptionState, info)) { options 643 Source/bindings/templates/interface.cpp options.get("{{attribute.name}}", {{attribute.name}}); options 782 Source/bindings/templates/interface.cpp bool initialize{{cpp_class}}({{cpp_class}}Init& eventInit, const Dictionary& options, ExceptionState& exceptionState, const v8::FunctionCallbackInfo<v8::Value>& info, const String& forEventName) options 786 Source/bindings/templates/interface.cpp if (!initialize{{parent_interface}}(eventInit, options, exceptionState, info, forEventName.isEmpty() ? String("{{interface_name}}") : forEventName)) options 795 Source/bindings/templates/interface.cpp if (options.convert(conversionContext.setConversionType("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}})) { options 796 Source/bindings/templates/interface.cpp if (options.hasProperty("{{attribute.name}}")) options 802 Source/bindings/templates/interface.cpp if (!options.convert(conversionContext.setConversionType("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}})) options 263 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp V8TRYCATCH_VOID(Dictionary, options, Dictionary(info[1], isolate)); options 264 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!initializeTestInterfaceEventConstructor(eventInit, options, exceptionState, info)) { options 268 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp options.get("initializedByEventConstructorReadonlyAnyAttribute", initializedByEventConstructorReadonlyAnyAttribute); options 302 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit& eventInit, const Dictionary& options, ExceptionState& exceptionState, const v8::FunctionCallbackInfo<v8::Value>& info, const String& forEventName) options 305 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!initializeEvent(eventInit, options, exceptionState, info, forEventName.isEmpty() ? String("TestInterfaceEventConstructor") : forEventName)) options 308 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("DOMString", false), "initializedByEventConstructorReadonlyStringAttribute", eventInit.initializedByEventConstructorReadonlyStringAttribute)) options 310 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("boolean", false), "initializedByEventConstructorReadonlyBooleanAttribute", eventInit.initializedByEventConstructorReadonlyBooleanAttribute)) options 312 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("long", false), "initializedByEventConstructorReadonlyLongAttribute", eventInit.initializedByEventConstructorReadonlyLongAttribute)) options 314 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("Uint8Array", false), "initializedByEventConstructorReadonlyUint8ArrayAttribute", eventInit.initializedByEventConstructorReadonlyUint8ArrayAttribute)) options 316 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("TestInterfaceEmpty", false), "initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute", eventInit.initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute)) options 318 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("TestInterfaceEmpty[]", false), "initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute", eventInit.initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute)) options 320 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("TestInterfaceEmpty", true), "initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute", eventInit.initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute)) options 322 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (options.convert(conversionContext.setConversionType("DOMString", false), "deprecatedInitializedByEventConstructorReadonlyStringAttribute", eventInit.deprecatedInitializedByEventConstructorReadonlyStringAttribute)) { options 323 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (options.hasProperty("deprecatedInitializedByEventConstructorReadonlyStringAttribute")) options 328 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (!options.convert(conversionContext.setConversionType("DOMString", false), "implementedAsInitializedByEventConstructorReadonlyStringAttribute", eventInit.implementedAsName)) options 330 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (options.convert(conversionContext.setConversionType("DOMString", false), "deprecatedImplementedAsInitializedByEventConstructorReadonlyStringAttribute", eventInit.deprecatedImplementedAsName)) { options 331 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (options.hasProperty("deprecatedImplementedAsInitializedByEventConstructorReadonlyStringAttribute")) options 58 Source/bindings/v8/CustomElementConstructorBuilder.cpp CustomElementConstructorBuilder::CustomElementConstructorBuilder(NewScriptState* scriptState, const Dictionary* options) options 60 Source/bindings/v8/CustomElementConstructorBuilder.cpp , m_options(options) options 63 Source/bindings/v8/CustomElementConstructorBuilder.h CustomElementConstructorBuilder(NewScriptState*, const Dictionary* options); options 68 Source/bindings/v8/Dictionary.cpp Dictionary::Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate* isolate) options 69 Source/bindings/v8/Dictionary.cpp : m_options(options) options 102 Source/bindings/v8/Dictionary.cpp v8::Local<v8::Object> options = m_options->ToObject(); options 103 Source/bindings/v8/Dictionary.cpp ASSERT(!options.IsEmpty()); options 108 Source/bindings/v8/Dictionary.cpp if (!options->Has(v8Key)) options 118 Source/bindings/v8/Dictionary.cpp v8::Local<v8::Object> options = m_options->ToObject(); options 119 Source/bindings/v8/Dictionary.cpp ASSERT(!options.IsEmpty()); options 124 Source/bindings/v8/Dictionary.cpp if (!options->Has(v8Key)) options 126 Source/bindings/v8/Dictionary.cpp value = options->Get(v8Key); options 691 Source/bindings/v8/Dictionary.cpp v8::Handle<v8::Object> options = m_options->ToObject(); options 692 Source/bindings/v8/Dictionary.cpp if (options.IsEmpty()) options 695 Source/bindings/v8/Dictionary.cpp v8::Local<v8::Array> properties = options->GetOwnPropertyNames(); options 700 Source/bindings/v8/Dictionary.cpp if (!options->Has(key)) options 703 Source/bindings/v8/Dictionary.cpp v8::Local<v8::Value> value = options->Get(key); options 718 Source/bindings/v8/Dictionary.cpp v8::Handle<v8::Object> options = m_options->ToObject(); options 719 Source/bindings/v8/Dictionary.cpp if (options.IsEmpty()) options 722 Source/bindings/v8/Dictionary.cpp v8::Local<v8::Array> properties = options->GetOwnPropertyNames(); options 727 Source/bindings/v8/Dictionary.cpp if (!options->Has(key)) options 65 Source/bindings/v8/Dictionary.h Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate*); options 65 Source/bindings/v8/V8ScriptRunner.cpp v8::ScriptCompiler::CompileOptions options = v8::ScriptCompiler::kNoCompileOptions; options 73 Source/bindings/v8/V8ScriptRunner.cpp options = v8::ScriptCompiler::kProduceDataToCache; options 78 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Script> script = v8::ScriptCompiler::Compile(isolate, &source, options); options 79 Source/bindings/v8/V8ScriptRunner.cpp if (options == v8::ScriptCompiler::kProduceDataToCache) { options 45 Source/bindings/v8/custom/V8GeolocationCustom.cpp RefPtrWillBeRawPtr<PositionOptions> options = PositionOptions::create(); options 50 Source/bindings/v8/custom/V8GeolocationCustom.cpp return options.release(); options 71 Source/bindings/v8/custom/V8GeolocationCustom.cpp options->setEnableHighAccuracy(enableHighAccuracyBoolean->Value()); options 94 Source/bindings/v8/custom/V8GeolocationCustom.cpp options->setTimeout(max(0, timeoutInt32->Value())); options 112 Source/bindings/v8/custom/V8GeolocationCustom.cpp options->clearMaximumAge(); options 120 Source/bindings/v8/custom/V8GeolocationCustom.cpp options->setMaximumAge(max(0, maximumAgeInt32->Value())); options 124 Source/bindings/v8/custom/V8GeolocationCustom.cpp return options.release(); options 91 Source/core/css/CSSImageSetValue.cpp StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFactor, const ResourceLoaderOptions& options) options 106 Source/core/css/CSSImageSetValue.cpp FetchRequest request(ResourceRequest(document->completeURL(image.imageURL)), FetchInitiatorTypeNames::css, options); options 108 Source/core/css/CSSImageSetValue.cpp if (options.corsEnabled == IsCORSEnabled) options 109 Source/core/css/CSSImageSetValue.cpp request.setCrossOriginAccessControl(loader->document()->securityOrigin(), options.allowCredentials, options.credentialsRequested); options 57 Source/core/css/CSSImageValue.cpp StyleFetchedImage* CSSImageValue::cachedImage(ResourceFetcher* fetcher, const ResourceLoaderOptions& options) options 64 Source/core/css/CSSImageValue.cpp FetchRequest request(ResourceRequest(m_absoluteURL), m_initiatorName.isEmpty() ? FetchInitiatorTypeNames::css : m_initiatorName, options); options 66 Source/core/css/CSSImageValue.cpp if (options.corsEnabled == IsCORSEnabled) options 67 Source/core/css/CSSImageValue.cpp request.setCrossOriginAccessControl(fetcher->document()->securityOrigin(), options.allowCredentials, options.credentialsRequested); options 75 Source/core/css/resolver/StyleResourceLoader.cpp static PassRefPtr<StyleImage> doLoadPendingImage(ResourceFetcher* fetcher, StylePendingImage* pendingImage, float deviceScaleFactor, const ResourceLoaderOptions& options) options 78 Source/core/css/resolver/StyleResourceLoader.cpp return imageValue->cachedImage(fetcher, options); options 91 Source/core/css/resolver/StyleResourceLoader.cpp return imageSetValue->cachedImageSet(fetcher, deviceScaleFactor, options); options 110 Source/core/css/resolver/StyleResourceLoader.cpp ResourceLoaderOptions options = ResourceFetcher::defaultResourceOptions(); options 111 Source/core/css/resolver/StyleResourceLoader.cpp options.allowCredentials = DoNotAllowStoredCredentials; options 112 Source/core/css/resolver/StyleResourceLoader.cpp options.credentialsRequested = ClientDidNotRequestCredentials; options 113 Source/core/css/resolver/StyleResourceLoader.cpp options.corsEnabled = IsCORSEnabled; options 115 Source/core/css/resolver/StyleResourceLoader.cpp shapeValue->setImage(doLoadPendingImage(m_fetcher, toStylePendingImage(image), deviceScaleFactor, options)); options 791 Source/core/dom/Document.cpp ScriptValue Document::registerElement(WebCore::NewScriptState* scriptState, const AtomicString& name, const Dictionary& options, ExceptionState& exceptionState, CustomElement::NameSet validNames) options 798 Source/core/dom/Document.cpp CustomElementConstructorBuilder constructorBuilder(scriptState, &options); options 983 Source/core/dom/Document.h ScriptValue registerElement(WebCore::NewScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames); options 85 Source/core/dom/MutationObserver.cpp MutationObserverOptions options = 0; options 90 Source/core/dom/MutationObserver.cpp options |= AttributeOldValue; options 95 Source/core/dom/MutationObserver.cpp options |= AttributeFilter; options 100 Source/core/dom/MutationObserver.cpp options |= Attributes; options 105 Source/core/dom/MutationObserver.cpp options |= CharacterDataOldValue; options 110 Source/core/dom/MutationObserver.cpp options |= CharacterData; options 114 Source/core/dom/MutationObserver.cpp options |= ChildList; options 118 Source/core/dom/MutationObserver.cpp options |= Subtree; options 120 Source/core/dom/MutationObserver.cpp if (!(options & Attributes)) { options 121 Source/core/dom/MutationObserver.cpp if (options & AttributeOldValue) { options 125 Source/core/dom/MutationObserver.cpp if (options & AttributeFilter) { options 130 Source/core/dom/MutationObserver.cpp if (!((options & CharacterData) || !(options & CharacterDataOldValue))) { options 135 Source/core/dom/MutationObserver.cpp if (!(options & (Attributes | CharacterData | ChildList))) { options 140 Source/core/dom/MutationObserver.cpp node->registerMutationObserver(*this, options, attributeFilter); options 77 Source/core/dom/MutationObserverInterestGroup.h bool hasOldValue(MutationRecordDeliveryOptions options) { return options & m_oldValueFlag; } options 40 Source/core/dom/MutationObserverRegistration.cpp PassOwnPtr<MutationObserverRegistration> MutationObserverRegistration::create(MutationObserver& observer, Node& registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) options 42 Source/core/dom/MutationObserverRegistration.cpp return adoptPtr(new MutationObserverRegistration(observer, registrationNode, options, attributeFilter)); options 45 Source/core/dom/MutationObserverRegistration.cpp MutationObserverRegistration::MutationObserverRegistration(MutationObserver& observer, Node& registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) options 48 Source/core/dom/MutationObserverRegistration.cpp , m_options(options) options 60 Source/core/dom/MutationObserverRegistration.cpp void MutationObserverRegistration::resetObservation(MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) options 63 Source/core/dom/MutationObserverRegistration.cpp m_options = options; options 2078 Source/core/dom/Node.cpp void Node::registerMutationObserver(MutationObserver& observer, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) options 2085 Source/core/dom/Node.cpp registration->resetObservation(options, attributeFilter); options 2090 Source/core/dom/Node.cpp registry.append(MutationObserverRegistration::create(observer, *this, options, attributeFilter)); options 1228 Source/core/editing/CompositeEditCommand.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MovingParagraph; options 1230 Source/core/editing/CompositeEditCommand.cpp options |= ReplaceSelectionCommand::MatchStyle; options 1231 Source/core/editing/CompositeEditCommand.cpp applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, options)); options 307 Source/core/editing/Editor.cpp TypingCommand::Options options = 0; options 309 Source/core/editing/Editor.cpp options |= TypingCommand::SmartDelete; options 311 Source/core/editing/Editor.cpp options |= TypingCommand::KillRing; options 316 Source/core/editing/Editor.cpp TypingCommand::forwardDeleteKeyPressed(*m_frame.document(), options, granularity); options 321 Source/core/editing/Editor.cpp TypingCommand::deleteKeyPressed(*m_frame.document(), options, granularity); options 491 Source/core/editing/Editor.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | ReplaceSelectionCommand::SanitizeFragment; options 493 Source/core/editing/Editor.cpp options |= ReplaceSelectionCommand::SelectReplacement; options 495 Source/core/editing/Editor.cpp options |= ReplaceSelectionCommand::SmartReplace; options 497 Source/core/editing/Editor.cpp options |= ReplaceSelectionCommand::MatchStyle; options 499 Source/core/editing/Editor.cpp ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply(); options 525 Source/core/editing/Editor.cpp void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) options 799 Source/core/editing/Editor.cpp TypingCommand::Options options = 0; options 801 Source/core/editing/Editor.cpp options |= TypingCommand::SelectInsertedText; options 802 Source/core/editing/Editor.cpp TypingCommand::insertText(*document.get(), text, selection, options, triggeringEvent && triggeringEvent->isComposition() ? TypingCommand::TextCompositionConfirm : TypingCommand::TextCompositionNone); options 1028 Source/core/editing/Editor.cpp void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions options) options 1036 Source/core/editing/Editor.cpp m_frame.selection().setSelection(newSelection, options); options 1109 Source/core/editing/Editor.cpp FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0); options 1110 Source/core/editing/Editor.cpp return findString(target, options); options 1113 Source/core/editing/Editor.cpp bool Editor::findString(const String& target, FindOptions options) options 1117 Source/core/editing/Editor.cpp RefPtrWillBeRawPtr<Range> resultRange = rangeOfString(target, selection.firstRange().get(), options); options 1127 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::findStringAndScrollToVisible(const String& target, Range* previousMatch, FindOptions options) options 1129 Source/core/editing/Editor.cpp RefPtrWillBeRawPtr<Range> nextMatch = rangeOfString(target, previousMatch, options); options 1139 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::rangeOfString(const String& target, Range* referenceRange, FindOptions options) options 1148 Source/core/editing/Editor.cpp bool forward = !(options & Backwards); options 1149 Source/core/editing/Editor.cpp bool startInReferenceRange = referenceRange && (options & StartInSelection); options 1165 Source/core/editing/Editor.cpp RefPtrWillBeRawPtr<Range> resultRange(findPlainText(searchRange.get(), target, options)); options 1183 Source/core/editing/Editor.cpp resultRange = findPlainText(searchRange.get(), target, options); options 1194 Source/core/editing/Editor.cpp resultRange = findPlainText(searchRange.get(), target, options); options 1199 Source/core/editing/Editor.cpp if (resultRange->collapsed(ASSERT_NO_EXCEPTION) && options & WrapAround) { options 1201 Source/core/editing/Editor.cpp resultRange = findPlainText(searchRange.get(), target, options); options 1219 Source/core/editing/Editor.cpp void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) options 1221 Source/core/editing/Editor.cpp spellChecker().respondToChangedSelection(oldSelection, options); options 1223 Source/core/editing/Editor.cpp notifyComponentsOnChangedSelection(oldSelection, options); options 131 Source/core/editing/FrameSelection.cpp SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered; options 132 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align); options 138 Source/core/editing/FrameSelection.cpp SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered; options 139 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options); options 144 Source/core/editing/FrameSelection.cpp SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered; options 145 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options); options 215 Source/core/editing/FrameSelection.cpp void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity) options 217 Source/core/editing/FrameSelection.cpp bool closeTyping = options & CloseTyping; options 218 Source/core/editing/FrameSelection.cpp bool shouldClearTypingStyle = options & ClearTypingStyle; options 219 Source/core/editing/FrameSelection.cpp EUserTriggered userTriggered = selectionOptionsToUserTriggered(options); options 236 Source/core/editing/FrameSelection.cpp document.frame()->selection().setSelection(s, options, align, granularity); options 266 Source/core/editing/FrameSelection.cpp if (!s.isNone() && !(options & DoNotSetFocus)) options 269 Source/core/editing/FrameSelection.cpp if (!(options & DoNotUpdateAppearance)) { options 282 Source/core/editing/FrameSelection.cpp m_frame->editor().respondToChangedSelection(oldSelection, options); options 1402 Source/core/editing/FrameSelection.cpp bool FrameSelection::setSelectedRange(Range* range, EAffinity affinity, SetSelectionOptions options) options 1423 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(visibleStart, visibleEnd), options); options 75 Source/core/editing/FrameSelection.h static inline EUserTriggered selectionOptionsToUserTriggered(SetSelectionOptions options) options 77 Source/core/editing/FrameSelection.h return static_cast<EUserTriggered>(options & UserTriggered); options 75 Source/core/editing/MoveSelectionCommand.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; options 77 Source/core/editing/MoveSelectionCommand.cpp options |= ReplaceSelectionCommand::SmartReplace; options 78 Source/core/editing/MoveSelectionCommand.cpp applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options)); options 358 Source/core/editing/ReplaceSelectionCommand.cpp ReplaceSelectionCommand::ReplaceSelectionCommand(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction) options 360 Source/core/editing/ReplaceSelectionCommand.cpp , m_selectReplacement(options & SelectReplacement) options 361 Source/core/editing/ReplaceSelectionCommand.cpp , m_smartReplace(options & SmartReplace) options 362 Source/core/editing/ReplaceSelectionCommand.cpp , m_matchStyle(options & MatchStyle) options 364 Source/core/editing/ReplaceSelectionCommand.cpp , m_preventNesting(options & PreventNesting) options 365 Source/core/editing/ReplaceSelectionCommand.cpp , m_movingParagraph(options & MovingParagraph) options 367 Source/core/editing/ReplaceSelectionCommand.cpp , m_sanitizeFragment(options & SanitizeFragment) options 50 Source/core/editing/ReplaceSelectionCommand.h static PassRefPtr<ReplaceSelectionCommand> create(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste) options 52 Source/core/editing/ReplaceSelectionCommand.h return adoptRef(new ReplaceSelectionCommand(document, fragment, options, action)); options 712 Source/core/editing/SpellChecker.cpp void SpellChecker::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) options 714 Source/core/editing/SpellChecker.cpp bool closeTyping = options & FrameSelection::CloseTyping; options 729 Source/core/editing/SpellChecker.cpp bool shouldCheckSpellingAndGrammar = !(options & FrameSelection::SpellCorrectionTriggered); options 1766 Source/core/editing/TextIterator.cpp inline SearchBuffer::SearchBuffer(const String& target, FindOptions options) options 1767 Source/core/editing/TextIterator.cpp : m_options(options) options 1771 Source/core/editing/TextIterator.cpp , m_needsMoreContext(options & AtWordStarts) options 2076 Source/core/editing/TextIterator.cpp static size_t findPlainTextInternal(CharacterIterator& it, const String& target, FindOptions options, size_t& matchStart) options 2081 Source/core/editing/TextIterator.cpp SearchBuffer buffer(target, options); options 2109 Source/core/editing/TextIterator.cpp if (!(options & Backwards)) options 2124 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Range* range, const String& target, FindOptions options) options 2134 Source/core/editing/TextIterator.cpp matchLength = findPlainTextInternal(findIterator, target, options, matchStart); options 2136 Source/core/editing/TextIterator.cpp return collapsedToBoundary(range, !(options & Backwards)); options 2144 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String& target, FindOptions options) options 2157 Source/core/editing/TextIterator.cpp matchLength = findPlainTextInternal(findIterator, target, options, matchStart); options 2159 Source/core/editing/TextIterator.cpp const Position& collapseTo = options & Backwards ? start : end; options 78 Source/core/editing/TypingCommand.cpp TypingCommand::TypingCommand(Document& document, ETypingCommand commandType, const String &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType) options 83 Source/core/editing/TypingCommand.cpp , m_selectInsertedText(options & SelectInsertedText) options 84 Source/core/editing/TypingCommand.cpp , m_smartDelete(options & SmartDelete) options 87 Source/core/editing/TypingCommand.cpp , m_killRing(options & KillRing) options 89 Source/core/editing/TypingCommand.cpp , m_shouldRetainAutocorrectionIndicator(options & RetainAutocorrectionIndicator) options 90 Source/core/editing/TypingCommand.cpp , m_shouldPreventSpellChecking(options & PreventSpellChecking) options 95 Source/core/editing/TypingCommand.cpp void TypingCommand::deleteSelection(Document& document, Options options) options 104 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); options 105 Source/core/editing/TypingCommand.cpp lastTypingCommand->deleteSelection(options & SmartDelete); options 109 Source/core/editing/TypingCommand.cpp TypingCommand::create(document, DeleteSelection, "", options)->apply(); options 112 Source/core/editing/TypingCommand.cpp void TypingCommand::deleteKeyPressed(Document& document, Options options, TextGranularity granularity) options 121 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); options 122 Source/core/editing/TypingCommand.cpp lastTypingCommand->deleteKeyPressed(granularity, options & KillRing); options 128 Source/core/editing/TypingCommand.cpp TypingCommand::create(document, DeleteKey, "", options, granularity)->apply(); options 131 Source/core/editing/TypingCommand.cpp void TypingCommand::forwardDeleteKeyPressed(Document& document, Options options, TextGranularity granularity) options 138 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); options 139 Source/core/editing/TypingCommand.cpp lastTypingCommand->forwardDeleteKeyPressed(granularity, options & KillRing); options 144 Source/core/editing/TypingCommand.cpp TypingCommand::create(document, ForwardDeleteKey, "", options, granularity)->apply(); options 158 Source/core/editing/TypingCommand.cpp void TypingCommand::insertText(Document& document, const String& text, Options options, TextCompositionType composition) options 166 Source/core/editing/TypingCommand.cpp insertText(document, text, frame->selection().selection(), options, composition); options 170 Source/core/editing/TypingCommand.cpp void TypingCommand::insertText(Document& document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType) options 189 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldRetainAutocorrectionIndicator(options & RetainAutocorrectionIndicator); options 190 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); options 191 Source/core/editing/TypingCommand.cpp lastTypingCommand->insertText(newText, options & SelectInsertedText); options 195 Source/core/editing/TypingCommand.cpp RefPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType); options 199 Source/core/editing/TypingCommand.cpp void TypingCommand::insertLineBreak(Document& document, Options options) options 202 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldRetainAutocorrectionIndicator(options & RetainAutocorrectionIndicator); options 207 Source/core/editing/TypingCommand.cpp TypingCommand::create(document, InsertLineBreak, "", options)->apply(); options 220 Source/core/editing/TypingCommand.cpp void TypingCommand::insertParagraphSeparator(Document& document, Options options) options 223 Source/core/editing/TypingCommand.cpp lastTypingCommand->setShouldRetainAutocorrectionIndicator(options & RetainAutocorrectionIndicator); options 228 Source/core/editing/TypingCommand.cpp TypingCommand::create(document, InsertParagraphSeparator, "", options)->apply(); options 81 Source/core/editing/TypingCommand.h static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity) options 83 Source/core/editing/TypingCommand.h return adoptRef(new TypingCommand(document, command, text, options, granularity, TextCompositionNone)); options 86 Source/core/editing/TypingCommand.h static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType) options 88 Source/core/editing/TypingCommand.h return adoptRef(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType)); options 228 Source/core/fetch/CrossOriginAccessControl.cpp bool CrossOriginAccessControl::handleRedirect(Resource* resource, SecurityOrigin* securityOrigin, ResourceRequest& request, const ResourceResponse& redirectResponse, ResourceLoaderOptions& options, String& errorMessage) options 252 Source/core/fetch/CrossOriginAccessControl.cpp options.securityOrigin = SecurityOrigin::createUnique(); options 253 Source/core/fetch/CrossOriginAccessControl.cpp securityOrigin = options.securityOrigin.get(); options 269 Source/core/fetch/CrossOriginAccessControl.cpp if (options.credentialsRequested == ClientDidNotRequestCredentials) options 270 Source/core/fetch/CrossOriginAccessControl.cpp options.allowCredentials = DoNotAllowStoredCredentials; options 46 Source/core/fetch/FetchRequest.cpp FetchRequest::FetchRequest(const ResourceRequest& resourceRequest, const AtomicString& initiator, const ResourceLoaderOptions& options) options 48 Source/core/fetch/FetchRequest.cpp , m_options(options) options 54 Source/core/fetch/FetchRequest.h const ResourceLoaderOptions& options() const { return m_options; } options 55 Source/core/fetch/FetchRequest.h void setOptions(const ResourceLoaderOptions& options) { m_options = options; } options 61 Source/core/fetch/FontResource.cpp void FontResource::load(ResourceFetcher*, const ResourceLoaderOptions& options) options 65 Source/core/fetch/FontResource.cpp m_options = options; options 78 Source/core/fetch/ImageResource.cpp void ImageResource::load(ResourceFetcher* fetcher, const ResourceLoaderOptions& options) options 81 Source/core/fetch/ImageResource.cpp Resource::load(fetcher, options); options 160 Source/core/fetch/Resource.cpp void Resource::load(ResourceFetcher* fetcher, const ResourceLoaderOptions& options) options 167 Source/core/fetch/Resource.cpp m_options = options; options 188 Source/core/fetch/Resource.cpp m_loader = ResourceLoader::create(fetcher, this, request, options); options 117 Source/core/fetch/Resource.h const ResourceLoaderOptions& options() const { return m_options; } options 118 Source/core/fetch/Resource.h void setOptions(const ResourceLoaderOptions& options) { m_options = options; } options 120 Source/core/fetch/ResourceFetcher.cpp return request.options().synchronousPolicy == RequestSynchronously ? ResourceLoadPriorityVeryHigh : ResourceLoadPriorityMedium; options 270 Source/core/fetch/ResourceFetcher.cpp ResourceLoaderOptions options(request.options()); options 271 Source/core/fetch/ResourceFetcher.cpp options.synchronousPolicy = RequestSynchronously; options 272 Source/core/fetch/ResourceFetcher.cpp request.setOptions(options); options 281 Source/core/fetch/ResourceFetcher.cpp if (requestURL.isValid() && canRequest(Resource::Image, requestURL, request.options(), request.forPreload(), request.originRestriction())) options 302 Source/core/fetch/ResourceFetcher.cpp if (Resource* resource = resourceFromDataURIRequest(request.resourceRequest(), request.options())) { options 386 Source/core/fetch/ResourceFetcher.cpp resource->setOptions(request.options()); options 447 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::canRequest(Resource::Type type, const KURL& url, const ResourceLoaderOptions& options, bool forPreload, FetchRequest::OriginRestriction originRestriction) const options 449 Source/core/fetch/ResourceFetcher.cpp SecurityOrigin* securityOrigin = options.securityOrigin.get(); options 461 Source/core/fetch/ResourceFetcher.cpp bool shouldBypassMainWorldContentSecurityPolicy = (frame() && frame()->script().shouldBypassMainWorldContentSecurityPolicy()) || (options.contentSecurityPolicyOption == DoNotCheckContentSecurityPolicy); options 546 Source/core/fetch/ResourceFetcher.cpp if (!checkInsecureContent(type, url, options.mixedContentBlockingTreatment)) options 555 Source/core/fetch/ResourceFetcher.cpp if (!canRequest(resource->type(), url, resource->options(), false, FetchRequest::UseDefaultOriginRestrictionForType)) options 567 Source/core/fetch/ResourceFetcher.cpp String resourceType = Resource::resourceTypeToString(resource->type(), resource->options().initiatorInfo); options 594 Source/core/fetch/ResourceFetcher.cpp return request.options().synchronousPolicy == RequestSynchronously && resource->isLoading(); options 599 Source/core/fetch/ResourceFetcher.cpp ASSERT(request.options().synchronousPolicy == RequestAsynchronously || type == Resource::Raw); options 613 Source/core/fetch/ResourceFetcher.cpp if (!canRequest(type, url, request.options(), request.forPreload(), request.originRestriction())) options 622 Source/core/fetch/ResourceFetcher.cpp const RevalidationPolicy policy = determineRevalidationPolicy(type, request.mutableResourceRequest(), request.forPreload(), resource.get(), request.defer(), request.options()); options 664 Source/core/fetch/ResourceFetcher.cpp resource->load(this, request.options()); options 675 Source/core/fetch/ResourceFetcher.cpp return request.options().synchronousPolicy == RequestSynchronously ? resource : 0; options 697 Source/core/fetch/ResourceFetcher.cpp RefPtr<ResourceTimingInfo> info = ResourceTimingInfo::create(request.options().initiatorInfo.name, monotonicallyIncreasingTime()); options 829 Source/core/fetch/ResourceFetcher.cpp if (request.options().requestInitiatorContext != DocumentContext) options 832 Source/core/fetch/ResourceFetcher.cpp RefPtr<ResourceTimingInfo> info = ResourceTimingInfo::create(request.options().initiatorInfo.name, monotonicallyIncreasingTime()); options 846 Source/core/fetch/ResourceFetcher.cpp ResourceFetcher::RevalidationPolicy ResourceFetcher::determineRevalidationPolicy(Resource::Type type, ResourceRequest& request, bool forPreload, Resource* existingResource, FetchRequest::DeferOption defer, const ResourceLoaderOptions& options) const options 908 Source/core/fetch/ResourceFetcher.cpp if (type != Resource::MainResource && options.corsEnabled != existingResource->options().corsEnabled) options 1094 Source/core/fetch/ResourceFetcher.cpp willSendRequest(identifier, request, ResourceResponse(), resource->options().initiatorInfo); options 1284 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::canAccessRedirect(Resource* resource, ResourceRequest& request, const ResourceResponse& redirectResponse, ResourceLoaderOptions& options) options 1286 Source/core/fetch/ResourceFetcher.cpp if (!canRequest(resource->type(), request.url(), options, false, FetchRequest::UseDefaultOriginRestrictionForType)) options 1288 Source/core/fetch/ResourceFetcher.cpp if (options.corsEnabled == IsCORSEnabled) { options 1289 Source/core/fetch/ResourceFetcher.cpp SecurityOrigin* sourceOrigin = options.securityOrigin.get(); options 1294 Source/core/fetch/ResourceFetcher.cpp if (!CrossOriginAccessControl::handleRedirect(resource, sourceOrigin, request, redirectResponse, options, errorMessage)) { options 1369 Source/core/fetch/ResourceFetcher.cpp DEFINE_STATIC_LOCAL(ResourceLoaderOptions, options, (SniffContent, BufferData, AllowStoredCredentials, ClientRequestedCredentials, CheckContentSecurityPolicy, DocumentContext)); options 1370 Source/core/fetch/ResourceFetcher.cpp return options; options 64 Source/core/fetch/ResourceLoader.cpp PassRefPtr<ResourceLoader> ResourceLoader::create(ResourceLoaderHost* host, Resource* resource, const ResourceRequest& request, const ResourceLoaderOptions& options) options 66 Source/core/fetch/ResourceLoader.cpp RefPtr<ResourceLoader> loader(adoptRef(new ResourceLoader(host, resource, options))); options 71 Source/core/fetch/ResourceLoader.cpp ResourceLoader::ResourceLoader(ResourceLoaderHost* host, Resource* resource, const ResourceLoaderOptions& options) options 75 Source/core/fetch/ResourceLoader.cpp , m_options(options) options 107 Source/core/fileapi/FileReaderLoader.cpp ThreadableLoaderOptions options; options 108 Source/core/fileapi/FileReaderLoader.cpp options.sniffContent = DoNotSniffContent; options 109 Source/core/fileapi/FileReaderLoader.cpp options.preflightPolicy = ConsiderPreflight; options 110 Source/core/fileapi/FileReaderLoader.cpp options.allowCredentials = AllowStoredCredentials; options 111 Source/core/fileapi/FileReaderLoader.cpp options.crossOriginRequestPolicy = DenyCrossOriginRequests; options 113 Source/core/fileapi/FileReaderLoader.cpp options.contentSecurityPolicyEnforcement = DoNotEnforceContentSecurityPolicy; options 115 Source/core/fileapi/FileReaderLoader.cpp options.initiator = FetchInitiatorTypeNames::internal; options 118 Source/core/fileapi/FileReaderLoader.cpp m_loader = ThreadableLoader::create(executionContext, this, request, options); options 120 Source/core/fileapi/FileReaderLoader.cpp ThreadableLoader::loadResourceSynchronously(executionContext, request, *this, options); options 685 Source/core/frame/csp/ContentSecurityPolicy.cpp DEFINE_STATIC_LOCAL(String, options, ("options")); options 694 Source/core/frame/csp/ContentSecurityPolicy.cpp else if (equalIgnoringCase(name, options)) options 44 Source/core/html/HTMLDataListElement.h PassRefPtr<HTMLCollection> options(); options 1513 Source/core/html/HTMLInputElement.cpp RefPtr<HTMLCollection> options = dataList->options(); options 1514 Source/core/html/HTMLInputElement.cpp for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); ++i) { options 1845 Source/core/html/HTMLInputElement.cpp RefPtr<HTMLCollection> options = dataList->options(); options 1846 Source/core/html/HTMLInputElement.cpp for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); ++i) { options 216 Source/core/html/HTMLSelectElement.cpp HTMLElement* beforeElement = toHTMLElement(options()->item(beforeIndex)); options 439 Source/core/html/HTMLSelectElement.cpp return options()->namedItem(name); options 444 Source/core/html/HTMLSelectElement.cpp return options()->item(index); options 458 Source/core/html/HTMLSelectElement.cpp before = toHTMLElement(options()->item(index+1)); options 1618 Source/core/html/HTMLSelectElement.cpp unsigned options = 0; options 1623 Source/core/html/HTMLSelectElement.cpp ++options; options 1626 Source/core/html/HTMLSelectElement.cpp return options; options 76 Source/core/html/HTMLSelectElement.h PassRefPtr<HTMLOptionsCollection> options(); options 238 Source/core/html/forms/ColorInputType.cpp RefPtr<HTMLCollection> options = dataList->options(); options 239 Source/core/html/forms/ColorInputType.cpp for (unsigned i = 0; HTMLOptionElement* option = toHTMLOptionElement(options->item(i)); i++) { options 355 Source/core/html/forms/RangeInputType.cpp RefPtr<HTMLCollection> options = dataList->options(); options 356 Source/core/html/forms/RangeInputType.cpp m_tickMarkValues.reserveCapacity(options->length()); options 357 Source/core/html/forms/RangeInputType.cpp for (unsigned i = 0; i < options->length(); ++i) { options 358 Source/core/html/forms/RangeInputType.cpp Element* element = options->item(i); options 88 Source/core/html/parser/BackgroundHTMLParser.cpp , m_tokenizer(HTMLTokenizer::create(config->options)) options 89 Source/core/html/parser/BackgroundHTMLParser.cpp , m_treeBuilderSimulator(config->options) options 90 Source/core/html/parser/BackgroundHTMLParser.cpp , m_options(config->options) options 49 Source/core/html/parser/BackgroundHTMLParser.h HTMLParserOptions options; options 54 Source/core/html/parser/HTMLDocumentParser.cpp static HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElement, bool reportErrors, const HTMLParserOptions& options) options 66 Source/core/html/parser/HTMLDocumentParser.cpp || (contextTag.matches(noembedTag) && options.pluginsEnabled) options 67 Source/core/html/parser/HTMLDocumentParser.cpp || (contextTag.matches(noscriptTag) && options.scriptEnabled) options 707 Source/core/html/parser/HTMLDocumentParser.cpp config->options = m_options; options 388 Source/core/html/parser/HTMLPreloadScanner.cpp HTMLPreloadScanner::HTMLPreloadScanner(const HTMLParserOptions& options, const KURL& documentURL, PassRefPtr<MediaValues> mediaValues) options 390 Source/core/html/parser/HTMLPreloadScanner.cpp , m_tokenizer(HTMLTokenizer::create(options)) options 104 Source/core/html/parser/HTMLTokenizer.cpp HTMLTokenizer::HTMLTokenizer(const HTMLParserOptions& options) options 106 Source/core/html/parser/HTMLTokenizer.cpp , m_options(options) options 138 Source/core/html/parser/HTMLTokenizer.cpp result.options = m_options; options 148 Source/core/html/parser/HTMLTokenizer.cpp m_options = checkpoint.options; options 41 Source/core/html/parser/HTMLTokenizer.h static PassOwnPtr<HTMLTokenizer> create(const HTMLParserOptions& options) { return adoptPtr(new HTMLTokenizer(options)); } options 125 Source/core/html/parser/HTMLTokenizer.h HTMLParserOptions options; options 132 Source/core/html/parser/HTMLTokenizer.h : options(0) options 266 Source/core/html/parser/HTMLTreeBuilder.cpp HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool, const HTMLParserOptions& options) options 277 Source/core/html/parser/HTMLTreeBuilder.cpp , m_options(options) options 283 Source/core/html/parser/HTMLTreeBuilder.cpp HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options) options 295 Source/core/html/parser/HTMLTreeBuilder.cpp , m_options(options) options 56 Source/core/html/parser/HTMLTreeBuilder.h static PassOwnPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool reportErrors, const HTMLParserOptions& options) options 58 Source/core/html/parser/HTMLTreeBuilder.h return adoptPtr(new HTMLTreeBuilder(parser, document, parserContentPolicy, reportErrors, options)); options 60 Source/core/html/parser/HTMLTreeBuilder.h static PassOwnPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options) options 62 Source/core/html/parser/HTMLTreeBuilder.h return adoptPtr(new HTMLTreeBuilder(parser, fragment, contextElement, parserContentPolicy, options)); options 108 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp HTMLTreeBuilderSimulator::HTMLTreeBuilderSimulator(const HTMLParserOptions& options) options 109 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp : m_options(options) options 750 Source/core/inspector/InspectorResourceAgent.cpp ThreadableLoaderOptions options; options 751 Source/core/inspector/InspectorResourceAgent.cpp options.allowCredentials = AllowStoredCredentials; options 752 Source/core/inspector/InspectorResourceAgent.cpp options.crossOriginRequestPolicy = AllowCrossOriginRequests; options 755 Source/core/inspector/InspectorResourceAgent.cpp RefPtr<DocumentThreadableLoader> loader = DocumentThreadableLoader::create(document, inspectorThreadableLoaderClient, request, options); options 55 Source/core/loader/DocumentThreadableLoader.cpp void DocumentThreadableLoader::loadResourceSynchronously(Document* document, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options) options 58 Source/core/loader/DocumentThreadableLoader.cpp RefPtr<DocumentThreadableLoader> loader = adoptRef(new DocumentThreadableLoader(document, &client, LoadSynchronously, request, options)); options 62 Source/core/loader/DocumentThreadableLoader.cpp PassRefPtr<DocumentThreadableLoader> DocumentThreadableLoader::create(Document* document, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options) options 64 Source/core/loader/DocumentThreadableLoader.cpp RefPtr<DocumentThreadableLoader> loader = adoptRef(new DocumentThreadableLoader(document, client, LoadAsynchronously, request, options)); options 70 Source/core/loader/DocumentThreadableLoader.cpp DocumentThreadableLoader::DocumentThreadableLoader(Document* document, ThreadableLoaderClient* client, BlockingBehavior blockingBehavior, const ResourceRequest& request, const ThreadableLoaderOptions& options) options 73 Source/core/loader/DocumentThreadableLoader.cpp , m_options(options) options 376 Source/core/loader/DocumentThreadableLoader.cpp ThreadableLoaderOptions options = m_options; options 379 Source/core/loader/DocumentThreadableLoader.cpp options.sniffContent = DoNotSniffContent; options 380 Source/core/loader/DocumentThreadableLoader.cpp options.dataBufferingPolicy = BufferData; options 386 Source/core/loader/DocumentThreadableLoader.cpp FetchRequest newRequest(request, m_options.initiator, options); options 396 Source/core/loader/DocumentThreadableLoader.cpp FetchRequest fetchRequest(request, m_options.initiator, options); options 46 Source/core/loader/ThreadableLoader.cpp PassRefPtr<ThreadableLoader> ThreadableLoader::create(ExecutionContext* context, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options) options 55 Source/core/loader/ThreadableLoader.cpp return WorkerThreadableLoader::create(workerGlobalScope, clientWrapper, clientBridge.release(), request, options); options 58 Source/core/loader/ThreadableLoader.cpp return DocumentThreadableLoader::create(toDocument(context), client, request, options); options 61 Source/core/loader/ThreadableLoader.cpp void ThreadableLoader::loadResourceSynchronously(ExecutionContext* context, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options) options 66 Source/core/loader/ThreadableLoader.cpp WorkerThreadableLoader::loadResourceSynchronously(toWorkerGlobalScope(context), request, client, options); options 70 Source/core/loader/ThreadableLoader.cpp DocumentThreadableLoader::loadResourceSynchronously(toDocument(context), request, client, options); options 54 Source/core/loader/WorkerThreadableLoader.cpp WorkerThreadableLoader::WorkerThreadableLoader(WorkerGlobalScope* workerGlobalScope, PassRefPtr<ThreadableLoaderClientWrapper> clientWrapper, PassOwnPtr<ThreadableLoaderClient> clientBridge, const ResourceRequest& request, const ThreadableLoaderOptions& options) options 57 Source/core/loader/WorkerThreadableLoader.cpp , m_bridge(*(new MainThreadBridge(m_workerClientWrapper, clientBridge, m_workerGlobalScope->thread()->workerLoaderProxy(), request, options, workerGlobalScope->url().strippedForUseAsReferrer()))) options 66 Source/core/loader/WorkerThreadableLoader.cpp void WorkerThreadableLoader::loadResourceSynchronously(WorkerGlobalScope* workerGlobalScope, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options) options 83 Source/core/loader/WorkerThreadableLoader.cpp RefPtr<WorkerThreadableLoader> loader = WorkerThreadableLoader::create(workerGlobalScope, clientWrapper, clientBridge.release(), request, options); options 107 Source/core/loader/WorkerThreadableLoader.cpp const ResourceRequest& request, const ThreadableLoaderOptions& options, const String& outgoingReferrer) options 116 Source/core/loader/WorkerThreadableLoader.cpp AllowCrossThreadAccess(this), request, options, outgoingReferrer)); options 123 Source/core/loader/WorkerThreadableLoader.cpp void WorkerThreadableLoader::MainThreadBridge::mainThreadCreateLoader(ExecutionContext* context, MainThreadBridge* thisPtr, PassOwnPtr<CrossThreadResourceRequestData> requestData, ThreadableLoaderOptions options, const String& outgoingReferrer) options 130 Source/core/loader/WorkerThreadableLoader.cpp options.requestInitiatorContext = WorkerContext; options 131 Source/core/loader/WorkerThreadableLoader.cpp thisPtr->m_mainThreadLoader = DocumentThreadableLoader::create(document, thisPtr, *request, options); options 58 Source/core/loader/WorkerThreadableLoader.h static PassRefPtr<WorkerThreadableLoader> create(WorkerGlobalScope* workerGlobalScope, PassRefPtr<ThreadableLoaderClientWrapper> clientWrapper, PassOwnPtr<ThreadableLoaderClient> clientBridge, const ResourceRequest& request, const ThreadableLoaderOptions& options) options 60 Source/core/loader/WorkerThreadableLoader.h return adoptRef(new WorkerThreadableLoader(workerGlobalScope, clientWrapper, clientBridge, request, options)); options 509 Source/core/page/DragController.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; options 511 Source/core/page/DragController.cpp options |= ReplaceSelectionCommand::SmartReplace; options 513 Source/core/page/DragController.cpp options |= ReplaceSelectionCommand::MatchStyle; options 515 Source/core/page/DragController.cpp ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), fragment, options)->apply(); options 137 Source/core/page/EventSource.cpp ThreadableLoaderOptions options; options 138 Source/core/page/EventSource.cpp options.sniffContent = DoNotSniffContent; options 139 Source/core/page/EventSource.cpp options.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials; options 140 Source/core/page/EventSource.cpp options.credentialsRequested = m_withCredentials ? ClientRequestedCredentials : ClientDidNotRequestCredentials; options 141 Source/core/page/EventSource.cpp options.preflightPolicy = PreventPreflight; options 142 Source/core/page/EventSource.cpp options.crossOriginRequestPolicy = UseAccessControl; options 143 Source/core/page/EventSource.cpp options.dataBufferingPolicy = DoNotBufferData; options 144 Source/core/page/EventSource.cpp options.securityOrigin = origin; options 145 Source/core/page/EventSource.cpp options.contentSecurityPolicyEnforcement = ContentSecurityPolicy::shouldBypassMainWorld(executionContext()) ? DoNotEnforceContentSecurityPolicy : EnforceConnectSrcDirective; options 147 Source/core/page/EventSource.cpp m_loader = ThreadableLoader::create(executionContext(), this, request, options); options 923 Source/core/rendering/RenderTheme.cpp RefPtr<HTMLCollection> options = dataList->options(); options 926 Source/core/rendering/RenderTheme.cpp for (unsigned i = 0; Element* element = options->item(i); i++) { options 817 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::updateLayerCompositingState(RenderLayer* layer, UpdateLayerCompositingStateOptions options) options 827 Source/core/rendering/compositing/RenderLayerCompositor.cpp if (options == UseChickenEggHacks) options 66 Source/core/workers/WorkerScriptLoader.cpp ThreadableLoaderOptions options; options 67 Source/core/workers/WorkerScriptLoader.cpp options.allowCredentials = AllowStoredCredentials; options 68 Source/core/workers/WorkerScriptLoader.cpp options.crossOriginRequestPolicy = crossOriginRequestPolicy; options 70 Source/core/workers/WorkerScriptLoader.cpp options.contentSecurityPolicyEnforcement = DoNotEnforceContentSecurityPolicy; options 72 Source/core/workers/WorkerScriptLoader.cpp WorkerThreadableLoader::loadResourceSynchronously(toWorkerGlobalScope(executionContext), *request, *this, options); options 85 Source/core/workers/WorkerScriptLoader.cpp ThreadableLoaderOptions options; options 86 Source/core/workers/WorkerScriptLoader.cpp options.allowCredentials = AllowStoredCredentials; options 87 Source/core/workers/WorkerScriptLoader.cpp options.crossOriginRequestPolicy = crossOriginRequestPolicy; options 91 Source/core/workers/WorkerScriptLoader.cpp m_threadableLoader = ThreadableLoader::create(executionContext, this, *request, options); options 812 Source/core/xml/XMLHttpRequest.cpp ThreadableLoaderOptions options; options 813 Source/core/xml/XMLHttpRequest.cpp options.sniffContent = DoNotSniffContent; options 814 Source/core/xml/XMLHttpRequest.cpp options.preflightPolicy = uploadEvents ? ForcePreflight : ConsiderPreflight; options 815 Source/core/xml/XMLHttpRequest.cpp options.allowCredentials = (m_sameOriginRequest || m_includeCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials; options 816 Source/core/xml/XMLHttpRequest.cpp options.credentialsRequested = m_includeCredentials ? ClientRequestedCredentials : ClientDidNotRequestCredentials; options 817 Source/core/xml/XMLHttpRequest.cpp options.crossOriginRequestPolicy = UseAccessControl; options 818 Source/core/xml/XMLHttpRequest.cpp options.securityOrigin = securityOrigin(); options 819 Source/core/xml/XMLHttpRequest.cpp options.initiator = FetchInitiatorTypeNames::xmlhttprequest; options 820 Source/core/xml/XMLHttpRequest.cpp options.contentSecurityPolicyEnforcement = ContentSecurityPolicy::shouldBypassMainWorld(executionContext()) ? DoNotEnforceContentSecurityPolicy : EnforceConnectSrcDirective; options 822 Source/core/xml/XMLHttpRequest.cpp options.mixedContentBlockingTreatment = TreatAsPassiveContent; options 823 Source/core/xml/XMLHttpRequest.cpp options.timeoutMilliseconds = m_timeoutMilliseconds; options 837 Source/core/xml/XMLHttpRequest.cpp m_loader = ThreadableLoader::create(executionContext(), this, request, options); options 845 Source/core/xml/XMLHttpRequest.cpp ThreadableLoader::loadResourceSynchronously(executionContext(), request, *this, options); options 90 Source/core/xml/XSLTProcessorLibxslt.cpp int options, options 121 Source/core/xml/XSLTProcessorLibxslt.cpp xmlDocPtr doc = data ? xmlReadMemory(data->data(), data->size(), (const char*)uri, 0, options) : 0; options 179 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java CompilerOptions options = super.createOptions(); options 180 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java options.setIdeMode(true); options 181 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java options.setExtraAnnotationNames(Collections.singletonList("suppressReceiverCheck")); options 182 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java return options; options 41 Source/modules/encoding/TextDecoder.cpp PassRefPtrWillBeRawPtr<TextDecoder> TextDecoder::create(const String& label, const Dictionary& options, ExceptionState& exceptionState) options 52 Source/modules/encoding/TextDecoder.cpp options.get("fatal", fatal); options 80 Source/modules/encoding/TextDecoder.cpp String TextDecoder::decode(ArrayBufferView* input, const Dictionary& options, ExceptionState& exceptionState) options 83 Source/modules/encoding/TextDecoder.cpp options.get("stream", stream); options 78 Source/modules/encoding/TextEncoder.cpp PassRefPtr<Uint8Array> TextEncoder::encode(const String& input, const Dictionary& options) options 81 Source/modules/encoding/TextEncoder.cpp options.get("stream", stream); options 53 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) options 55 Source/modules/filesystem/DirectoryEntry.cpp FileSystemFlags flags(options); options 59 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) options 61 Source/modules/filesystem/DirectoryEntry.cpp FileSystemFlags flags(options); options 54 Source/modules/filesystem/DirectoryEntrySync.cpp PassRefPtrWillBeRawPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState) options 56 Source/modules/filesystem/DirectoryEntrySync.cpp FileSystemFlags flags(options); options 62 Source/modules/filesystem/DirectoryEntrySync.cpp PassRefPtrWillBeRawPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& exceptionState) options 64 Source/modules/filesystem/DirectoryEntrySync.cpp FileSystemFlags flags(options); options 39 Source/modules/filesystem/FileSystemFlags.h explicit FileSystemFlags(const Dictionary& options) options 43 Source/modules/filesystem/FileSystemFlags.h options.get("create", create); options 44 Source/modules/filesystem/FileSystemFlags.h options.get("exclusive", exclusive); options 80 Source/modules/geolocation/Geolocation.cpp Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) options 84 Source/modules/geolocation/Geolocation.cpp , m_options(options) options 318 Source/modules/geolocation/Geolocation.cpp void Geolocation::getCurrentPosition(PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) options 323 Source/modules/geolocation/Geolocation.cpp RefPtrWillBeRawPtr<GeoNotifier> notifier = GeoNotifier::create(this, successCallback, errorCallback, options); options 329 Source/modules/geolocation/Geolocation.cpp int Geolocation::watchPosition(PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) options 334 Source/modules/geolocation/Geolocation.cpp RefPtrWillBeRawPtr<GeoNotifier> notifier = GeoNotifier::create(this, successCallback, errorCallback, options); options 351 Source/modules/geolocation/Geolocation.cpp else if (haveSuitableCachedPosition(notifier->options())) options 433 Source/modules/geolocation/Geolocation.cpp bool Geolocation::haveSuitableCachedPosition(PositionOptions* options) options 438 Source/modules/geolocation/Geolocation.cpp if (!options->hasMaximumAge()) options 440 Source/modules/geolocation/Geolocation.cpp if (!options->maximumAge()) options 443 Source/modules/geolocation/Geolocation.cpp return cachedPosition->timestamp() > currentTimeMillis - options->maximumAge(); options 676 Source/modules/geolocation/Geolocation.cpp GeolocationController::from(page)->addObserver(this, notifier->options()->enableHighAccuracy()); options 99 Source/modules/geolocation/Geolocation.h static PassRefPtrWillBeRawPtr<GeoNotifier> create(Geolocation* geolocation, PassOwnPtr<PositionCallback> positionCallback, PassOwnPtr<PositionErrorCallback> positionErrorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) options 101 Source/modules/geolocation/Geolocation.h return adoptRefWillBeNoop(new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options)); options 105 Source/modules/geolocation/Geolocation.h PositionOptions* options() const { return m_options.get(); }; options 175 Source/modules/indexeddb/IDBDatabase.cpp PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const Dictionary& options, ExceptionState& exceptionState) options 179 Source/modules/indexeddb/IDBDatabase.cpp if (!options.isUndefinedOrNull()) { options 182 Source/modules/indexeddb/IDBDatabase.cpp if (options.get("keyPath", keyPathArray)) options 184 Source/modules/indexeddb/IDBDatabase.cpp else if (options.getWithUndefinedOrNullCheck("keyPath", keyPathString)) options 187 Source/modules/indexeddb/IDBDatabase.cpp options.get("autoIncrement", autoIncrement); options 365 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState) options 368 Source/modules/indexeddb/IDBObjectStore.cpp options.get("unique", unique); options 371 Source/modules/indexeddb/IDBObjectStore.cpp options.get("multiEntry", multiEntry); options 76 Source/modules/indexeddb/IDBObjectStore.h PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const String& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); } options 77 Source/modules/indexeddb/IDBObjectStore.h PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const Vector<String>& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); } options 50 Source/modules/mediastream/NavigatorMediaStream.cpp void NavigatorMediaStream::webkitGetUserMedia(Navigator& navigator, const Dictionary& options, PassOwnPtr<NavigatorUserMediaSuccessCallback> successCallback, PassOwnPtr<NavigatorUserMediaErrorCallback> errorCallback, ExceptionState& exceptionState) options 61 Source/modules/mediastream/NavigatorMediaStream.cpp RefPtr<UserMediaRequest> request = UserMediaRequest::create(navigator.frame()->document(), userMedia, options, successCallback, errorCallback, exceptionState); options 483 Source/modules/mediastream/RTCPeerConnection.cpp PassRefPtr<RTCDataChannel> RTCPeerConnection::createDataChannel(String label, const Dictionary& options, ExceptionState& exceptionState) options 489 Source/modules/mediastream/RTCPeerConnection.cpp options.get("ordered", init.ordered); options 490 Source/modules/mediastream/RTCPeerConnection.cpp options.get("negotiated", init.negotiated); options 493 Source/modules/mediastream/RTCPeerConnection.cpp if (options.get("id", value)) options 495 Source/modules/mediastream/RTCPeerConnection.cpp if (options.get("maxRetransmits", value)) options 497 Source/modules/mediastream/RTCPeerConnection.cpp if (options.get("maxRetransmitTime", value)) options 501 Source/modules/mediastream/RTCPeerConnection.cpp options.get("protocol", protocolString); options 50 Source/modules/mediastream/UserMediaRequest.cpp static blink::WebMediaConstraints parseOptions(const Dictionary& options, const String& mediaType, ExceptionState& exceptionState) options 55 Source/modules/mediastream/UserMediaRequest.cpp bool ok = options.get(mediaType, constraintsDictionary); options 60 Source/modules/mediastream/UserMediaRequest.cpp options.get(mediaType, mediaRequested); options 68 Source/modules/mediastream/UserMediaRequest.cpp PassRefPtr<UserMediaRequest> UserMediaRequest::create(ExecutionContext* context, UserMediaController* controller, const Dictionary& options, PassOwnPtr<NavigatorUserMediaSuccessCallback> successCallback, PassOwnPtr<NavigatorUserMediaErrorCallback> errorCallback, ExceptionState& exceptionState) options 70 Source/modules/mediastream/UserMediaRequest.cpp blink::WebMediaConstraints audio = parseOptions(options, "audio", exceptionState); options 74 Source/modules/mediastream/UserMediaRequest.cpp blink::WebMediaConstraints video = parseOptions(options, "video", exceptionState); options 53 Source/modules/mediastream/UserMediaRequest.h static PassRefPtr<UserMediaRequest> create(ExecutionContext*, UserMediaController*, const Dictionary& options, PassOwnPtr<NavigatorUserMediaSuccessCallback>, PassOwnPtr<NavigatorUserMediaErrorCallback>, ExceptionState&); options 43 Source/modules/notifications/Notification.cpp PassRefPtrWillBeRawPtr<Notification> Notification::create(ExecutionContext* context, const String& title, const Dictionary& options) options 49 Source/modules/notifications/Notification.cpp if (options.get("body", argument)) options 51 Source/modules/notifications/Notification.cpp if (options.get("tag", argument)) options 53 Source/modules/notifications/Notification.cpp if (options.get("lang", argument)) options 55 Source/modules/notifications/Notification.cpp if (options.get("dir", argument)) options 57 Source/modules/notifications/Notification.cpp if (options.get("icon", argument)) { options 56 Source/modules/notifications/Notification.h static PassRefPtrWillBeRawPtr<Notification> create(ExecutionContext*, const String& title, const Dictionary& options); options 13 Source/modules/serviceworkers/RegistrationOptionList.h explicit RegistrationOptionList(const Dictionary& options) options 16 Source/modules/serviceworkers/RegistrationOptionList.h options.get("scope", scope); options 13 Source/modules/serviceworkers/ResponseInit.h explicit ResponseInit(const Dictionary& options) options 17 Source/modules/serviceworkers/ResponseInit.h options.get("statusCode", statusCode); options 18 Source/modules/serviceworkers/ResponseInit.h options.get("statusTest", statusText); options 19 Source/modules/serviceworkers/ResponseInit.h options.get("method", method); options 20 Source/modules/serviceworkers/ResponseInit.h options.get("headers", headers); options 68 Source/modules/serviceworkers/ServiceWorkerContainer.cpp RegistrationOptionList options(dictionary); options 79 Source/modules/serviceworkers/ServiceWorkerContainer.cpp KURL patternURL = executionContext->completeURL(options.scope); options 68 Source/modules/webmidi/MIDIAccess.cpp ScriptPromise MIDIAccess::request(const MIDIOptions& options, ExecutionContext* context) options 70 Source/modules/webmidi/MIDIAccess.cpp RefPtrWillBeRawPtr<MIDIAccess> midiAccess(adoptRefWillBeRefCountedGarbageCollected(new MIDIAccess(options, context))); options 83 Source/modules/webmidi/MIDIAccess.cpp MIDIAccess::MIDIAccess(const MIDIOptions& options, ExecutionContext* context) options 87 Source/modules/webmidi/MIDIAccess.cpp , m_options(options) options 39 Source/modules/webmidi/MIDIOptions.h explicit MIDIOptions(const Dictionary& options) options 42 Source/modules/webmidi/MIDIOptions.h options.get("sysex", sysex); options 69 Source/modules/webmidi/NavigatorWebMIDI.cpp ScriptPromise NavigatorWebMIDI::requestMIDIAccess(Navigator& navigator, const Dictionary& options) options 71 Source/modules/webmidi/NavigatorWebMIDI.cpp return NavigatorWebMIDI::from(navigator).requestMIDIAccess(options); options 74 Source/modules/webmidi/NavigatorWebMIDI.cpp ScriptPromise NavigatorWebMIDI::requestMIDIAccess(const Dictionary& options) options 84 Source/modules/webmidi/NavigatorWebMIDI.cpp return MIDIAccess::request(MIDIOptions(options), frame()->document()); options 52 Source/platform/fonts/FontCacheKey.h FontCacheKey(AtomicString familyName, float fontSize, unsigned options) options 55 Source/platform/fonts/FontCacheKey.h , m_options(options) { } options 135 Source/platform/fonts/FontDescription.cpp unsigned options = options 144 Source/platform/fonts/FontDescription.cpp return FontCacheKey(familyName, effectiveFontSize(), options | fontTraits.mask() << 9); options 167 Source/web/AssociatedURLLoader.cpp PassOwnPtr<AssociatedURLLoader::ClientAdapter> AssociatedURLLoader::ClientAdapter::create(AssociatedURLLoader* loader, WebURLLoaderClient* client, const WebURLLoaderOptions& options) options 169 Source/web/AssociatedURLLoader.cpp return adoptPtr(new ClientAdapter(loader, client, options)); options 172 Source/web/AssociatedURLLoader.cpp AssociatedURLLoader::ClientAdapter::ClientAdapter(AssociatedURLLoader* loader, WebURLLoaderClient* client, const WebURLLoaderOptions& options) options 175 Source/web/AssociatedURLLoader.cpp , m_options(options) options 293 Source/web/AssociatedURLLoader.cpp AssociatedURLLoader::AssociatedURLLoader(PassRefPtr<WebFrameImpl> frameImpl, const WebURLLoaderOptions& options) options 295 Source/web/AssociatedURLLoader.cpp , m_options(options) options 345 Source/web/AssociatedURLLoader.cpp ThreadableLoaderOptions options; options 346 Source/web/AssociatedURLLoader.cpp options.sniffContent = m_options.sniffContent ? SniffContent : DoNotSniffContent; options 347 Source/web/AssociatedURLLoader.cpp options.allowCredentials = m_options.allowCredentials ? AllowStoredCredentials : DoNotAllowStoredCredentials; options 348 Source/web/AssociatedURLLoader.cpp options.preflightPolicy = static_cast<WebCore::PreflightPolicy>(m_options.preflightPolicy); options 349 Source/web/AssociatedURLLoader.cpp options.crossOriginRequestPolicy = static_cast<WebCore::CrossOriginRequestPolicy>(m_options.crossOriginRequestPolicy); options 350 Source/web/AssociatedURLLoader.cpp options.dataBufferingPolicy = DoNotBufferData; options 354 Source/web/AssociatedURLLoader.cpp m_loader = DocumentThreadableLoader::create(webcoreDocument, m_clientAdapter.get(), webcoreRequest, options); options 70 Source/web/TextFinder.cpp DeferredScopeStringMatches(TextFinder* textFinder, int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) options 75 Source/web/TextFinder.cpp , m_options(options) options 95 Source/web/TextFinder.cpp bool TextFinder::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect) options 102 Source/web/TextFinder.cpp if (!options.findNext) options 121 Source/web/TextFinder.cpp const FindOptions findOptions = (options.forward ? 0 : Backwards) options 122 Source/web/TextFinder.cpp | (options.matchCase ? 0 : CaseInsensitive) options 124 Source/web/TextFinder.cpp | (options.wordStart ? AtWordStarts : 0) options 125 Source/web/TextFinder.cpp | (options.medialCapitalAsWordStart ? TreatMedialCapitalAsWordStart : 0) options 126 Source/web/TextFinder.cpp | (options.findNext ? 0 : StartInSelection); options 132 Source/web/TextFinder.cpp if (!options.findNext) options 150 Source/web/TextFinder.cpp if (!options.findNext || activeSelection) { options 157 Source/web/TextFinder.cpp if (options.forward) options 162 Source/web/TextFinder.cpp if (options.forward) options 194 Source/web/TextFinder.cpp void TextFinder::scopeStringMatches(int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) options 223 Source/web/TextFinder.cpp scopeStringMatchesSoon(identifier, searchText, options, false); // false means just reset, so don't do it again. options 268 Source/web/TextFinder.cpp searchRange.get(), searchText, options.matchCase ? 0 : CaseInsensitive)); options 354 Source/web/TextFinder.cpp options, options 681 Source/web/TextFinder.cpp void TextFinder::scopeStringMatchesSoon(int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) options 683 Source/web/TextFinder.cpp m_deferredScopingWork.append(new DeferredScopeStringMatches(this, identifier, searchText, options, reset)); options 686 Source/web/TextFinder.cpp void TextFinder::callScopeStringMatches(DeferredScopeStringMatches* caller, int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) options 689 Source/web/TextFinder.cpp scopeStringMatches(identifier, searchText, options, reset); options 69 Source/web/WebCachedURLRequest.cpp return WebString(m_private->options().initiatorInfo.name); options 291 Source/web/WebDocument.cpp v8::Handle<v8::Value> WebDocument::registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode& ec) options 295 Source/web/WebDocument.cpp Dictionary dictionary(options, isolate); options 1035 Source/web/WebFrameImpl.cpp WebURLLoader* WebFrameImpl::createAssociatedURLLoader(const WebURLLoaderOptions& options) options 1037 Source/web/WebFrameImpl.cpp return new AssociatedURLLoader(this, options); options 1470 Source/web/WebFrameImpl.cpp bool WebFrameImpl::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect) options 1472 Source/web/WebFrameImpl.cpp return ensureTextFinder().find(identifier, searchText, options, wrapWithinFrame, selectionRect); options 1484 Source/web/WebFrameImpl.cpp void WebFrameImpl::scopeStringMatches(int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) options 1486 Source/web/WebFrameImpl.cpp ensureTextFinder().scopeStringMatches(identifier, searchText, options, reset); options 128 Source/web/WebInputElement.cpp return WebElementCollection(dataList->options()); options 123 Source/web/tests/AssociatedURLLoaderTest.cpp PassOwnPtr<WebURLLoader> createAssociatedURLLoader(const WebURLLoaderOptions options = WebURLLoaderOptions()) options 125 Source/web/tests/AssociatedURLLoaderTest.cpp return adoptPtr(mainFrame()->createAssociatedURLLoader(options)); options 196 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 197 Source/web/tests/AssociatedURLLoaderTest.cpp options.untrustedHTTP = true; options 198 Source/web/tests/AssociatedURLLoaderTest.cpp CheckFails(request, options); options 215 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 216 Source/web/tests/AssociatedURLLoaderTest.cpp options.untrustedHTTP = true; options 217 Source/web/tests/AssociatedURLLoaderTest.cpp CheckFails(request, options); options 220 Source/web/tests/AssociatedURLLoaderTest.cpp void CheckFails(const WebURLRequest& request, WebURLLoaderOptions options = WebURLLoaderOptions()) options 222 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 259 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 260 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 261 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 344 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 345 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyAllow; options 346 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 371 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 372 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 373 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 398 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 401 Source/web/tests/AssociatedURLLoaderTest.cpp options.allowCredentials = true; options 402 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 403 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 431 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 432 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 433 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 503 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 504 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 505 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 547 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 548 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 549 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 655 Source/web/tests/AssociatedURLLoaderTest.cpp WebURLLoaderOptions options; options 656 Source/web/tests/AssociatedURLLoaderTest.cpp options.exposeAllResponseHeaders = true; // This turns off response whitelisting. options 657 Source/web/tests/AssociatedURLLoaderTest.cpp options.crossOriginRequestPolicy = WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl; options 658 Source/web/tests/AssociatedURLLoaderTest.cpp m_expectedLoader = createAssociatedURLLoader(options); options 2990 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 2993 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar1"), options, false, 0)); options 3001 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar2"), options, false, 0)); options 3011 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar3"), options, false, 0)); options 3021 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar4"), options, false, 0)); options 3032 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(frame->find(findIdentifier, WebString::fromUTF8("bar5"), options, false, 0)); options 3187 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 3190 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(mainFrame->find(kFindIdentifier, searchText, options, false, 0)); options 3195 Source/web/tests/WebFrameTest.cpp frame->scopeStringMatches(kFindIdentifier, searchText, options, true); options 3304 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 3307 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(mainFrame->find(kFindIdentifier, searchText, options, false, 0)); options 3312 Source/web/tests/WebFrameTest.cpp frame->scopeStringMatches(kFindIdentifier, searchText, options, true); options 3334 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 3343 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(mainFrame->find(kFindIdentifier, searchText, options, false, 0)); options 3344 Source/web/tests/WebFrameTest.cpp EXPECT_FALSE(secondFrame->find(kFindIdentifier, searchText, options, false, 0)); options 3352 Source/web/tests/WebFrameTest.cpp frame->scopeStringMatches(kFindIdentifier, searchText, options, true); options 3375 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 3382 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->find(kFindIdentifier, searchText, options, false, 0)); options 3393 Source/web/tests/WebFrameTest.cpp frame->scopeStringMatches(kFindIdentifier, searchText, options, true); options 3416 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 3423 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(frame->find(kFindIdentifier, searchText, options, false, 0)); options 3431 Source/web/tests/WebFrameTest.cpp frame->scopeStringMatches(kFindIdentifier, searchText, options, true); options 3456 Source/web/tests/WebFrameTest.cpp WebFindOptions options; options 3459 Source/web/tests/WebFrameTest.cpp EXPECT_TRUE(mainFrame->find(kFindIdentifier, searchText, options, false, 0)); options 3462 Source/web/tests/WebFrameTest.cpp mainFrame->scopeStringMatches(kFindIdentifier, searchText, options, true); options 137 public/web/WebDocument.h BLINK_EXPORT v8::Handle<v8::Value> registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode&); options 548 public/web/WebFrame.h const WebFindOptions& options, options 574 public/web/WebFrame.h const WebFindOptions& options,