behavior 92 Source/bindings/v8/V8WindowShell.cpp void V8WindowShell::disposeContext(GlobalDetachmentBehavior behavior) behavior 101 Source/bindings/v8/V8WindowShell.cpp if (behavior == DetachGlobal) behavior 4859 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ScrollBehavior behavior) behavior 4863 Source/core/css/CSSPrimitiveValueMappings.h switch (behavior) { behavior 190 Source/core/editing/Editor.h EditingBehavior behavior() const; behavior 167 Source/core/editing/EditorCommand.cpp if (frame.editor().behavior().shouldToggleStyleBasedOnStartOfSelection()) behavior 228 Source/core/editing/EditorCommand.cpp if (frame.editor().behavior().shouldToggleStyleBasedOnStartOfSelection()) behavior 939 Source/core/editing/EditorCommand.cpp if (!frame.editor().behavior().supportsGlobalSelection()) behavior 44 Source/core/editing/EditorKeyBindings.cpp String commandName = behavior().interpretKeyEvent(*evt); behavior 67 Source/core/editing/EditorKeyBindings.cpp if (!behavior().shouldInsertCharacter(*evt) || !canEdit()) behavior 89 Source/core/editing/FrameSelection.cpp return !frame || frame->editor().behavior().shouldConsiderSelectionAsDirectional(); behavior 286 Source/core/editing/FrameSelection.cpp if (m_frame->editor().behavior().shouldCenterAlignWhenSelectionIsRevealed()) behavior 581 Source/core/editing/FrameSelection.cpp if (m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight()) { behavior 699 Source/core/editing/FrameSelection.cpp bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight(); behavior 867 Source/core/editing/FrameSelection.cpp bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight(); behavior 999 Source/core/editing/FrameSelection.cpp && m_frame && !m_frame->editor().behavior().shouldExtendSelectionByWordOrLineAcrossCaret()) { behavior 1012 Source/core/editing/FrameSelection.cpp if (!m_frame || !m_frame->editor().behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity)) behavior 1691 Source/core/editing/FrameSelection.cpp static String extractSelectedText(const FrameSelection& selection, TextIteratorBehavior behavior) behavior 1694 Source/core/editing/FrameSelection.cpp return plainText(selection.toNormalizedRange().get(), behavior).replace(0, ""); behavior 242 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior) behavior 259 Source/core/editing/TextIterator.cpp , m_emitsCharactersBetweenAllVisiblePositions(behavior & TextIteratorEmitsCharactersBetweenAllVisiblePositions) behavior 260 Source/core/editing/TextIterator.cpp , m_entersTextControls(behavior & TextIteratorEntersTextControls) behavior 261 Source/core/editing/TextIterator.cpp , m_emitsOriginalText(behavior & TextIteratorEmitsOriginalText) behavior 263 Source/core/editing/TextIterator.cpp , m_ignoresStyleVisibility(behavior & TextIteratorIgnoresStyleVisibility) behavior 264 Source/core/editing/TextIterator.cpp , m_stopsOnFormControls(behavior & TextIteratorStopsOnFormControls) behavior 266 Source/core/editing/TextIterator.cpp , m_emitsImageAltText(behavior & TextIteratorEmitsImageAltText) behavior 267 Source/core/editing/TextIterator.cpp , m_entersAuthorShadowRoots(behavior & TextIteratorEntersAuthorShadowRoots) behavior 273 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior) behavior 290 Source/core/editing/TextIterator.cpp , m_emitsCharactersBetweenAllVisiblePositions(behavior & TextIteratorEmitsCharactersBetweenAllVisiblePositions) behavior 291 Source/core/editing/TextIterator.cpp , m_entersTextControls(behavior & TextIteratorEntersTextControls) behavior 292 Source/core/editing/TextIterator.cpp , m_emitsOriginalText(behavior & TextIteratorEmitsOriginalText) behavior 294 Source/core/editing/TextIterator.cpp , m_ignoresStyleVisibility(behavior & TextIteratorIgnoresStyleVisibility) behavior 295 Source/core/editing/TextIterator.cpp , m_stopsOnFormControls(behavior & TextIteratorStopsOnFormControls) behavior 297 Source/core/editing/TextIterator.cpp , m_emitsImageAltText(behavior & TextIteratorEmitsImageAltText) behavior 298 Source/core/editing/TextIterator.cpp , m_entersAuthorShadowRoots(behavior & TextIteratorEntersAuthorShadowRoots) behavior 1189 Source/core/editing/TextIterator.cpp SimplifiedBackwardsTextIterator::SimplifiedBackwardsTextIterator(const Range* r, TextIteratorBehaviorFlags behavior) behavior 1208 Source/core/editing/TextIterator.cpp , m_stopsOnFormControls(behavior & TextIteratorStopsOnFormControls) behavior 1212 Source/core/editing/TextIterator.cpp ASSERT(behavior == TextIteratorDefaultBehavior || behavior == TextIteratorStopsOnFormControls); behavior 1480 Source/core/editing/TextIterator.cpp CharacterIterator::CharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior) behavior 1484 Source/core/editing/TextIterator.cpp , m_textIterator(range, behavior) behavior 1489 Source/core/editing/TextIterator.cpp CharacterIterator::CharacterIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior) behavior 1493 Source/core/editing/TextIterator.cpp , m_textIterator(start, end, behavior) behavior 1580 Source/core/editing/TextIterator.cpp BackwardsCharacterIterator::BackwardsCharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior) behavior 1584 Source/core/editing/TextIterator.cpp , m_textIterator(range, behavior) behavior 2049 Source/core/editing/TextIterator.cpp String plainText(const Range* r, TextIteratorBehaviorFlags behavior) behavior 2058 Source/core/editing/TextIterator.cpp for (TextIterator it(r, behavior); !it.atEnd(); it.advance()) { behavior 501 Source/core/editing/TypingCommand.cpp if (frame->editor().behavior().shouldUndoOfDeleteSelectText() && m_openedByBackwardDelete) behavior 591 Source/core/editing/TypingCommand.cpp if (frame->editor().behavior().shouldUndoOfDeleteSelectText()) behavior 2803 Source/core/frame/FrameView.cpp void FrameView::setPaintBehavior(PaintBehavior behavior) behavior 2805 Source/core/frame/FrameView.cpp m_paintBehavior = behavior; behavior 589 Source/core/page/EventHandler.cpp if (!m_frame->editor().behavior().shouldConsiderSelectionAsDirectional()) { behavior 1737 Source/core/page/EventHandler.cpp if (m_frame == focusFrame && m_frame->editor().behavior().supportsGlobalSelection()) behavior 2802 Source/core/page/EventHandler.cpp else if (m_frame->editor().behavior().shouldSelectOnContextualMenuClick()) behavior 3453 Source/core/page/EventHandler.cpp if (!m_frame->editor().behavior().shouldNavigateBackOnBackspace()) behavior 115 Source/core/page/TouchAdjustment.cpp if (node->renderer()->frame()->editor().behavior().shouldSelectOnContextualMenuClick()) behavior 156 Source/core/page/TouchAdjustment.cpp if (textRenderer->frame()->editor().behavior().shouldSelectOnContextualMenuClick()) { behavior 621 Source/core/rendering/InlineIterator.h static void inline appendRunObjectIfNecessary(RenderObject* obj, unsigned start, unsigned end, InlineBidiResolver& resolver, AppendRunBehavior behavior, IsolateTracker& tracker) behavior 623 Source/core/rendering/InlineIterator.h if (behavior == AppendingFakeRun) behavior 629 Source/core/rendering/InlineIterator.h static void adjustMidpointsAndAppendRunsForObjectIfNeeded(RenderObject* obj, unsigned start, unsigned end, InlineBidiResolver& resolver, AppendRunBehavior behavior, IsolateTracker& tracker) behavior 648 Source/core/rendering/InlineIterator.h return adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, start, end, resolver, behavior, tracker); behavior 651 Source/core/rendering/InlineIterator.h appendRunObjectIfNecessary(obj, start, end, resolver, behavior, tracker); behavior 662 Source/core/rendering/InlineIterator.h appendRunObjectIfNecessary(obj, start, nextMidpoint.offset() + 1, resolver, behavior, tracker); behavior 663 Source/core/rendering/InlineIterator.h return adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, nextMidpoint.offset() + 1, end, resolver, behavior, tracker); behavior 666 Source/core/rendering/InlineIterator.h appendRunObjectIfNecessary(obj, start, end, resolver, behavior, tracker); behavior 3030 Source/core/rendering/RenderBlock.cpp bool moveCaretToBoundary = document().frame()->editor().behavior().shouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom(); behavior 195 Source/core/rendering/RenderMarquee.cpp EMarqueeBehavior behavior = style()->marqueeBehavior(); behavior 196 Source/core/rendering/RenderMarquee.cpp m_start = computePosition(direction(), behavior == MALTERNATE); behavior 197 Source/core/rendering/RenderMarquee.cpp m_end = computePosition(reverseDirection(), behavior == MALTERNATE || behavior == MSLIDE); behavior 161 Source/core/rendering/RenderTreeAsText.cpp void RenderTreeAsText::writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior) behavior 165 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowAddresses) behavior 350 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowIDAndClass) { behavior 368 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowLayoutState) { behavior 429 Source/core/rendering/RenderTreeAsText.cpp void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) behavior 466 Source/core/rendering/RenderTreeAsText.cpp RenderTreeAsText::writeRenderObject(ts, o, behavior); behavior 480 Source/core/rendering/RenderTreeAsText.cpp write(ts, *child, indent + 1, behavior); behavior 492 Source/core/rendering/RenderTreeAsText.cpp RenderTreeAsText::writeLayers(ts, l, l, l->rect(), indent + 1, behavior); behavior 506 Source/core/rendering/RenderTreeAsText.cpp LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) behavior 520 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowAddresses) behavior 552 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowCompositedLayers) { behavior 567 Source/core/rendering/RenderTreeAsText.cpp write(ts, *l.renderer(), indent + 1, behavior); behavior 571 Source/core/rendering/RenderTreeAsText.cpp const LayoutRect& paintRect, int indent, RenderAsTextBehavior behavior) behavior 589 Source/core/rendering/RenderTreeAsText.cpp bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer); behavior 594 Source/core/rendering/RenderTreeAsText.cpp write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), LayerPaintPhaseBackground, indent, behavior); behavior 598 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowLayerNesting) { behavior 604 Source/core/rendering/RenderTreeAsText.cpp writeLayers(ts, rootLayer, negList->at(i)->layer(), paintDirtyRect, currIndent, behavior); behavior 608 Source/core/rendering/RenderTreeAsText.cpp write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior); behavior 612 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowLayerNesting) { behavior 618 Source/core/rendering/RenderTreeAsText.cpp writeLayers(ts, rootLayer, normalFlowList->at(i)->layer(), paintDirtyRect, currIndent, behavior); behavior 623 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextShowLayerNesting) { behavior 629 Source/core/rendering/RenderTreeAsText.cpp writeLayers(ts, rootLayer, posList->at(i)->layer(), paintDirtyRect, currIndent, behavior); behavior 689 Source/core/rendering/RenderTreeAsText.cpp static String externalRepresentation(RenderBox* renderer, RenderAsTextBehavior behavior) behavior 696 Source/core/rendering/RenderTreeAsText.cpp RenderTreeAsText::writeLayers(ts, layer, layer, layer->rect(), 0, behavior); behavior 701 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(LocalFrame* frame, RenderAsTextBehavior behavior) behavior 703 Source/core/rendering/RenderTreeAsText.cpp if (!(behavior & RenderAsTextDontUpdateLayout)) behavior 711 Source/core/rendering/RenderTreeAsText.cpp if (behavior & RenderAsTextPrintingMode) behavior 714 Source/core/rendering/RenderTreeAsText.cpp return externalRepresentation(toRenderBox(renderer), behavior); behavior 717 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(Element* element, RenderAsTextBehavior behavior) behavior 720 Source/core/rendering/RenderTreeAsText.cpp ASSERT(!(behavior & RenderAsTextPrintingMode)); behavior 721 Source/core/rendering/RenderTreeAsText.cpp if (!(behavior & RenderAsTextDontUpdateLayout)) behavior 728 Source/core/rendering/RenderTreeAsText.cpp return externalRepresentation(toRenderBox(renderer), behavior | RenderAsTextShowAllLayers); behavior 64 Source/core/rendering/RenderTreeAsText.h static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior); behavior 820 Source/core/rendering/style/RenderStyle.h EMarqueeBehavior marqueeBehavior() const { return static_cast<EMarqueeBehavior>(rareNonInheritedData->m_marquee->behavior); } behavior 1289 Source/core/rendering/style/RenderStyle.h void setMarqueeBehavior(EMarqueeBehavior b) { SET_VAR(rareNonInheritedData.access()->m_marquee, behavior, b); } behavior 33 Source/core/rendering/style/StyleMarqueeData.cpp , behavior(RenderStyle::initialMarqueeBehavior()) behavior 43 Source/core/rendering/style/StyleMarqueeData.cpp , behavior(o.behavior) behavior 51 Source/core/rendering/style/StyleMarqueeData.cpp behavior == o.behavior && loops == o.loops; behavior 51 Source/core/rendering/style/StyleMarqueeData.h unsigned behavior : 2; // EMarqueeBehavior behavior 200 Source/platform/scroll/ScrollableArea.cpp bool ScrollableArea::scrollBehaviorFromString(const String& behaviorString, ScrollBehavior& behavior) behavior 203 Source/platform/scroll/ScrollableArea.cpp behavior = ScrollBehaviorAuto; behavior 205 Source/platform/scroll/ScrollableArea.cpp behavior = ScrollBehaviorInstant; behavior 207 Source/platform/scroll/ScrollableArea.cpp behavior = ScrollBehaviorSmooth; behavior 1582 Source/web/WebFrameImpl.cpp RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal; behavior 1585 Source/web/WebFrameImpl.cpp behavior |= RenderAsTextShowCompositedLayers | RenderAsTextShowAddresses | RenderAsTextShowIDAndClass | RenderAsTextShowLayerNesting; behavior 1588 Source/web/WebFrameImpl.cpp behavior |= RenderAsTextPrintingMode; behavior 1590 Source/web/WebFrameImpl.cpp return externalRepresentation(frame(), behavior); behavior 440 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setEditingBehavior(EditingBehavior behavior) behavior 442 Source/web/WebSettingsImpl.cpp m_settings->setEditingBehaviorType(static_cast<WebCore::EditingBehaviorType>(behavior)); behavior 63 Source/web/tests/KeyboardTest.cpp EditingBehavior behavior(settings->editingBehaviorType()); behavior 64 Source/web/tests/KeyboardTest.cpp return behavior.interpretKeyEvent(*keyboardEvent);