track 475 Source/bindings/v8/Dictionary.cpp v8::Handle<v8::Object> track = V8TextTrack::findInstanceInPrototypeChain(wrapper, m_isolate); track 476 Source/bindings/v8/Dictionary.cpp if (!track.IsEmpty()) track 477 Source/bindings/v8/Dictionary.cpp source = V8TextTrack::toNative(track); track 43 Source/bindings/v8/custom/V8TrackEventCustom.cpp TrackBase* track = trackEvent->track(); track 45 Source/bindings/v8/custom/V8TrackEventCustom.cpp if (!track) { track 50 Source/bindings/v8/custom/V8TrackEventCustom.cpp switch (track->type()) { track 52 Source/bindings/v8/custom/V8TrackEventCustom.cpp v8SetReturnValueFast(info, static_cast<TextTrack*>(track), trackEvent); track 705 Source/core/html/HTMLMediaElement.cpp TextTrack* track = m_textTracks->item(i); track 706 Source/core/html/HTMLMediaElement.cpp if (track->mode() != TextTrack::disabledKeyword()) track 707 Source/core/html/HTMLMediaElement.cpp m_textTracksWhenResourceSelectionBegan.append(track); track 917 Source/core/html/HTMLMediaElement.cpp if (a.second->track() != b.second->track()) track 918 Source/core/html/HTMLMediaElement.cpp return trackIndexCompare(a.second->track(), b.second->track()); track 1087 Source/core/html/HTMLMediaElement.cpp if (!affectedTracks.contains(eventTasks[i].second->track())) track 1088 Source/core/html/HTMLMediaElement.cpp affectedTracks.append(eventTasks[i].second->track()); track 1173 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::textTrackReadyStateChanged(TextTrack* track) track 1175 Source/core/html/HTMLMediaElement.cpp if (m_player && m_textTracksWhenResourceSelectionBegan.contains(track)) { track 1176 Source/core/html/HTMLMediaElement.cpp if (track->readinessState() != TextTrack::Loading) track 1182 Source/core/html/HTMLMediaElement.cpp if (hasMediaControls() && track->readinessState() == TextTrack::FailedToLoad) track 1187 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::textTrackModeChanged(TextTrack* track) track 1189 Source/core/html/HTMLMediaElement.cpp if (track->trackType() == TextTrack::TrackElement) { track 1197 Source/core/html/HTMLMediaElement.cpp if (trackElement->track() != track) track 1201 Source/core/html/HTMLMediaElement.cpp track->setHasBeenConfigured(true); track 1202 Source/core/html/HTMLMediaElement.cpp if (track->mode() != TextTrack::disabledKeyword()) { track 1204 Source/core/html/HTMLMediaElement.cpp textTrackAddCues(track, track->cues()); track 1212 Source/core/html/HTMLMediaElement.cpp } else if (track->trackType() == TextTrack::AddTrack && track->mode() != TextTrack::disabledKeyword()) { track 1213 Source/core/html/HTMLMediaElement.cpp textTrackAddCues(track, track->cues()); track 1218 Source/core/html/HTMLMediaElement.cpp ASSERT(textTracks()->contains(track)); track 1222 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::textTrackKindChanged(TextTrack* track) track 1224 Source/core/html/HTMLMediaElement.cpp if (track->kind() != TextTrack::captionsKeyword() && track->kind() != TextTrack::subtitlesKeyword() && track->mode() == TextTrack::showingKeyword()) track 1225 Source/core/html/HTMLMediaElement.cpp track->setMode(TextTrack::hiddenKeyword()); track 1241 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::textTrackAddCues(TextTrack* track, const TextTrackCueList* cues) track 1244 Source/core/html/HTMLMediaElement.cpp if (track->mode() == TextTrack::disabledKeyword()) track 1249 Source/core/html/HTMLMediaElement.cpp textTrackAddCue(cues->item(i)->track(), cues->item(i)); track 1258 Source/core/html/HTMLMediaElement.cpp textTrackRemoveCue(cues->item(i)->track(), cues->item(i)); track 1261 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::textTrackAddCue(TextTrack* track, PassRefPtr<TextTrackCue> cue) track 1263 Source/core/html/HTMLMediaElement.cpp if (track->mode() == TextTrack::disabledKeyword()) track 2272 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::addTextTrack(TextTrack* track) track 2274 Source/core/html/HTMLMediaElement.cpp textTracks()->append(track); track 2279 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::removeTextTrack(TextTrack* track) track 2282 Source/core/html/HTMLMediaElement.cpp m_textTracks->remove(track); track 2344 Source/core/html/HTMLMediaElement.cpp RefPtr<TextTrack> textTrack = trackElement->track(); track 2366 Source/core/html/HTMLMediaElement.cpp RefPtr<TextTrack> textTrack = trackElement->track(); track 2386 Source/core/html/HTMLMediaElement.cpp static int textTrackLanguageSelectionScore(const TextTrack& track) track 2388 Source/core/html/HTMLMediaElement.cpp if (track.language().isEmpty()) track 2392 Source/core/html/HTMLMediaElement.cpp size_t languageMatchIndex = indexOfBestMatchingLanguageInList(track.language(), languages); track 2401 Source/core/html/HTMLMediaElement.cpp static int textTrackSelectionScore(const TextTrack& track, Settings* settings) track 2408 Source/core/html/HTMLMediaElement.cpp if (track.kind() != TextTrack::captionsKeyword() && track.kind() != TextTrack::subtitlesKeyword()) track 2411 Source/core/html/HTMLMediaElement.cpp if (track.kind() == TextTrack::subtitlesKeyword() && settings->shouldDisplaySubtitles()) track 2413 Source/core/html/HTMLMediaElement.cpp else if (track.kind() == TextTrack::captionsKeyword() && settings->shouldDisplayCaptions()) track 2416 Source/core/html/HTMLMediaElement.cpp return trackScore + textTrackLanguageSelectionScore(track); track 104 Source/core/html/HTMLTrackElement.cpp track()->setKind(value.lower()); track 106 Source/core/html/HTMLTrackElement.cpp track()->setLabel(value); track 108 Source/core/html/HTMLTrackElement.cpp track()->setLanguage(value); track 110 Source/core/html/HTMLTrackElement.cpp track()->setId(value); track 112 Source/core/html/HTMLTrackElement.cpp track()->setIsDefault(!value.isNull()); track 120 Source/core/html/HTMLTrackElement.cpp return track()->kind(); track 48 Source/core/html/HTMLTrackElement.h TextTrack* track(); track 248 Source/core/html/forms/RangeInputType.cpp RefPtr<HTMLDivElement> track = HTMLDivElement::create(document); track 249 Source/core/html/forms/RangeInputType.cpp track->setShadowPseudoId(AtomicString("-webkit-slider-runnable-track", AtomicString::ConstructFromLiteral)); track 250 Source/core/html/forms/RangeInputType.cpp track->setAttribute(idAttr, ShadowElementNames::sliderTrack()); track 251 Source/core/html/forms/RangeInputType.cpp track->appendChild(SliderThumbElement::create(document)); track 253 Source/core/html/forms/RangeInputType.cpp container->appendChild(track.release()); track 636 Source/core/html/shadow/MediaControlElements.cpp if (!cue->track() || !cue->track()->isRendered() || !cue->isActive()) track 155 Source/core/html/shadow/SliderThumbElement.cpp RenderBox* track = trackElement ? trackElement->renderBox() : 0; track 160 Source/core/html/shadow/SliderThumbElement.cpp if (track) track 161 Source/core/html/shadow/SliderThumbElement.cpp layoutScope.setChildNeedsLayout(track); track 167 Source/core/html/shadow/SliderThumbElement.cpp if (!thumb || !track) track 171 Source/core/html/shadow/SliderThumbElement.cpp LayoutUnit availableExtent = isVertical ? track->contentHeight() : track->contentWidth(); track 176 Source/core/html/shadow/SliderThumbElement.cpp thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset); track 39 Source/core/html/track/LoadableTextTrack.cpp LoadableTextTrack::LoadableTextTrack(HTMLTrackElement* track) track 40 Source/core/html/track/LoadableTextTrack.cpp : TextTrack(track->document(), emptyAtom, emptyAtom, emptyAtom, emptyAtom, TrackElement) track 41 Source/core/html/track/LoadableTextTrack.cpp , m_trackElement(track) track 158 Source/core/html/track/LoadableTextTrack.cpp for (HTMLTrackElement* track = Traversal<HTMLTrackElement>::firstChild(*m_trackElement->parentNode()); track; track = Traversal<HTMLTrackElement>::nextSibling(*track)) { track 159 Source/core/html/track/LoadableTextTrack.cpp if (!track->parentNode()) track 161 Source/core/html/track/LoadableTextTrack.cpp if (track == m_trackElement) track 40 Source/core/html/track/LoadableTextTrack.h static PassRefPtr<LoadableTextTrack> create(HTMLTrackElement* track) track 42 Source/core/html/track/LoadableTextTrack.h return adoptRef(new LoadableTextTrack(track)); track 244 Source/core/html/track/TextTrack.cpp TextTrack* cueTrack = cue->track(); track 267 Source/core/html/track/TextTrack.cpp if (cue->track() != this) { track 314 Source/core/html/track/TextTrack.cpp TextTrack* regionTrack = region->track(); track 341 Source/core/html/track/TextTrack.cpp if (region->track() != this) { track 81 Source/core/html/track/TextTrackCue.cpp void TextTrackCue::setTrack(TextTrack* track) track 83 Source/core/html/track/TextTrackCue.cpp m_track = track; track 139 Source/core/html/track/TextTrackCue.cpp m_cueIndex = track()->cues()->getCueIndex(this); track 152 Source/core/html/track/TextTrackCue.cpp if (!track() || track()->mode() == TextTrack::disabledKeyword()) track 160 Source/core/html/track/TextTrackCue.cpp return m_isActive && track() && track()->mode() != TextTrack::disabledKeyword(); track 56 Source/core/html/track/TextTrackCue.h TextTrack* track() const; track 145 Source/core/html/track/TextTrackList.cpp TextTrack* track = item(i); track 146 Source/core/html/track/TextTrackList.cpp if (track->id() == id) track 147 Source/core/html/track/TextTrackList.cpp return track; track 154 Source/core/html/track/TextTrackList.cpp void TextTrackList::invalidateTrackIndexesAfterTrack(TextTrack* track) track 158 Source/core/html/track/TextTrackList.cpp if (track->trackType() == TextTrack::TrackElement) { track 164 Source/core/html/track/TextTrackList.cpp } else if (track->trackType() == TextTrack::AddTrack) { track 168 Source/core/html/track/TextTrackList.cpp } else if (track->trackType() == TextTrack::InBand) track 173 Source/core/html/track/TextTrackList.cpp size_t index = tracks->find(track); track 183 Source/core/html/track/TextTrackList.cpp RefPtr<TextTrack> track = prpTrack; track 185 Source/core/html/track/TextTrackList.cpp if (track->trackType() == TextTrack::AddTrack) track 186 Source/core/html/track/TextTrackList.cpp m_addTrackTracks.append(track); track 187 Source/core/html/track/TextTrackList.cpp else if (track->trackType() == TextTrack::TrackElement) { track 189 Source/core/html/track/TextTrackList.cpp size_t index = static_cast<LoadableTextTrack*>(track.get())->trackElementIndex(); track 190 Source/core/html/track/TextTrackList.cpp m_elementTracks.insert(index, track); track 191 Source/core/html/track/TextTrackList.cpp } else if (track->trackType() == TextTrack::InBand) { track 193 Source/core/html/track/TextTrackList.cpp size_t index = static_cast<InbandTextTrack*>(track.get())->inbandTrackIndex(); track 194 Source/core/html/track/TextTrackList.cpp m_inbandTracks.insert(index, track); track 198 Source/core/html/track/TextTrackList.cpp invalidateTrackIndexesAfterTrack(track.get()); track 200 Source/core/html/track/TextTrackList.cpp ASSERT(!track->trackList()); track 201 Source/core/html/track/TextTrackList.cpp track->setTrackList(this); track 203 Source/core/html/track/TextTrackList.cpp scheduleAddTrackEvent(track.release()); track 206 Source/core/html/track/TextTrackList.cpp void TextTrackList::remove(TextTrack* track) track 210 Source/core/html/track/TextTrackList.cpp if (track->trackType() == TextTrack::TrackElement) { track 212 Source/core/html/track/TextTrackList.cpp } else if (track->trackType() == TextTrack::AddTrack) { track 214 Source/core/html/track/TextTrackList.cpp } else if (track->trackType() == TextTrack::InBand) { track 220 Source/core/html/track/TextTrackList.cpp size_t index = tracks->find(track); track 224 Source/core/html/track/TextTrackList.cpp invalidateTrackIndexesAfterTrack(track); track 226 Source/core/html/track/TextTrackList.cpp ASSERT(track->trackList() == this); track 227 Source/core/html/track/TextTrackList.cpp track->setTrackList(0); track 231 Source/core/html/track/TextTrackList.cpp scheduleRemoveTrackEvent(track); track 242 Source/core/html/track/TextTrackList.cpp bool TextTrackList::contains(TextTrack* track) const track 246 Source/core/html/track/TextTrackList.cpp if (track->trackType() == TextTrack::TrackElement) track 248 Source/core/html/track/TextTrackList.cpp else if (track->trackType() == TextTrack::AddTrack) track 250 Source/core/html/track/TextTrackList.cpp else if (track->trackType() == TextTrack::InBand) track 255 Source/core/html/track/TextTrackList.cpp return tracks->find(track) != kNotFound; track 274 Source/core/html/track/TextTrackList.cpp void TextTrackList::scheduleTrackEvent(const AtomicString& eventName, PassRefPtr<TextTrack> track) track 277 Source/core/html/track/TextTrackList.cpp initializer.track = track; track 284 Source/core/html/track/TextTrackList.cpp void TextTrackList::scheduleAddTrackEvent(PassRefPtr<TextTrack> track) track 292 Source/core/html/track/TextTrackList.cpp scheduleTrackEvent(EventTypeNames::addtrack, track); track 312 Source/core/html/track/TextTrackList.cpp void TextTrackList::scheduleRemoveTrackEvent(PassRefPtr<TextTrack> track) track 323 Source/core/html/track/TextTrackList.cpp scheduleTrackEvent(EventTypeNames::removetrack, track); track 44 Source/core/html/track/TrackEvent.cpp , m_track(initializer.track) track 37 Source/core/html/track/TrackEvent.h RefPtr<TrackBase> track; track 56 Source/core/html/track/TrackEvent.h TrackBase* track() const { return m_track.get(); } track 486 Source/core/html/track/vtt/VTTCue.cpp if (!track()) track 492 Source/core/html/track/vtt/VTTCue.cpp int n = track()->trackIndexRelativeToRenderedTracks(); track 703 Source/core/html/track/vtt/VTTCue.cpp if (!track()->isRendered()) track 718 Source/core/html/track/vtt/VTTCue.cpp if (!m_displayTreeShouldChange || !track()->isRendered()) track 761 Source/core/html/track/vtt/VTTCue.cpp if (m_notifyRegion && track()->regions()) { track 763 Source/core/html/track/vtt/VTTCue.cpp VTTRegion* region = track()->regions()->getRegionById(m_regionId); track 775 Source/core/html/track/vtt/VTTCue.cpp if (track()->regions()) track 776 Source/core/html/track/vtt/VTTCue.cpp region = track()->regions()->getRegionById(regionId()); track 101 Source/core/html/track/vtt/VTTRegion.cpp void VTTRegion::setTrack(TextTrack* track) track 103 Source/core/html/track/vtt/VTTRegion.cpp m_track = track; track 57 Source/core/html/track/vtt/VTTRegion.h TextTrack* track() const { return m_track; } track 72 Source/core/rendering/RenderGrid.cpp GridTrackForNormalization(const GridTrack& track, double flex) track 73 Source/core/rendering/RenderGrid.cpp : m_track(&track) track 75 Source/core/rendering/RenderGrid.cpp , m_normalizedFlexValue(track.m_usedBreadth / flex) track 374 Source/core/rendering/RenderGrid.cpp GridTrack& track = tracks[i]; track 379 Source/core/rendering/RenderGrid.cpp track.m_usedBreadth = computeUsedBreadthOfMinLength(direction, minTrackBreadth); track 380 Source/core/rendering/RenderGrid.cpp track.m_maxBreadth = computeUsedBreadthOfMaxLength(direction, maxTrackBreadth, track.m_usedBreadth); track 382 Source/core/rendering/RenderGrid.cpp track.m_maxBreadth = std::max(track.m_maxBreadth, track.m_usedBreadth); track 525 Source/core/rendering/RenderGrid.cpp const GridTrackForNormalization& track = tracksForNormalization[i]; track 526 Source/core/rendering/RenderGrid.cpp if (track.m_normalizedFlexValue > fractionValueBasedOnGridItemsRatio) { track 529 Source/core/rendering/RenderGrid.cpp if (track.m_normalizedFlexValue * accumulatedFractions > availableLogicalSpaceIgnoringFractionTracks) track 532 Source/core/rendering/RenderGrid.cpp fractionValueBasedOnGridItemsRatio = track.m_normalizedFlexValue; track 535 Source/core/rendering/RenderGrid.cpp accumulatedFractions += track.m_flex; track 537 Source/core/rendering/RenderGrid.cpp availableLogicalSpaceIgnoringFractionTracks += track.m_track->m_usedBreadth; track 640 Source/core/rendering/RenderGrid.cpp GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[i] : sizingData.rowTracks[i]; track 641 Source/core/rendering/RenderGrid.cpp if (track.m_maxBreadth == infinity) track 642 Source/core/rendering/RenderGrid.cpp track.m_maxBreadth = track.m_usedBreadth; track 658 Source/core/rendering/RenderGrid.cpp GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackIndex] : sizingData.rowTracks[trackIndex]; track 659 Source/core/rendering/RenderGrid.cpp sizingData.filteredTracks.append(&track); track 667 Source/core/rendering/RenderGrid.cpp GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackIndexForSpace] : sizingData.rowTracks[trackIndexForSpace]; track 668 Source/core/rendering/RenderGrid.cpp additionalBreadthSpace -= (track.*trackGetter)(); track 688 Source/core/rendering/RenderGrid.cpp GridTrack& track = *tracks[i]; track 691 Source/core/rendering/RenderGrid.cpp LayoutUnit growthShare = std::min(availableLogicalSpaceShare, track.m_maxBreadth - trackBreadth); track 48 Source/modules/mediastream/MediaStream.cpp static void processTrack(MediaStreamTrack* track, MediaStreamTrackVector& trackVector) track 50 Source/modules/mediastream/MediaStream.cpp if (track->ended()) track 53 Source/modules/mediastream/MediaStream.cpp MediaStreamSource* source = track->component()->source(); track 55 Source/modules/mediastream/MediaStream.cpp trackVector.append(track); track 180 Source/modules/mediastream/MediaStream.cpp RefPtr<MediaStreamTrack> track = prpTrack; track 182 Source/modules/mediastream/MediaStream.cpp if (getTrackById(track->id())) track 185 Source/modules/mediastream/MediaStream.cpp switch (track->component()->source()->type()) { track 187 Source/modules/mediastream/MediaStream.cpp m_audioTracks.append(track); track 190 Source/modules/mediastream/MediaStream.cpp m_videoTracks.append(track); track 193 Source/modules/mediastream/MediaStream.cpp track->addObserver(this); track 194 Source/modules/mediastream/MediaStream.cpp m_descriptor->addComponent(track->component()); track 195 Source/modules/mediastream/MediaStream.cpp MediaStreamCenter::instance().didAddMediaStreamTrack(m_descriptor.get(), track->component()); track 210 Source/modules/mediastream/MediaStream.cpp RefPtr<MediaStreamTrack> track = prpTrack; track 213 Source/modules/mediastream/MediaStream.cpp switch (track->component()->source()->type()) { track 215 Source/modules/mediastream/MediaStream.cpp pos = m_audioTracks.find(track); track 220 Source/modules/mediastream/MediaStream.cpp pos = m_videoTracks.find(track); track 229 Source/modules/mediastream/MediaStream.cpp track->removeObserver(this); track 230 Source/modules/mediastream/MediaStream.cpp m_descriptor->removeComponent(track->component()); track 235 Source/modules/mediastream/MediaStream.cpp MediaStreamCenter::instance().didRemoveMediaStreamTrack(m_descriptor.get(), track->component()); track 320 Source/modules/mediastream/MediaStream.cpp RefPtr<MediaStreamTrack> track = MediaStreamTrack::create(executionContext(), component); track 323 Source/modules/mediastream/MediaStream.cpp m_audioTracks.append(track); track 326 Source/modules/mediastream/MediaStream.cpp m_videoTracks.append(track); track 329 Source/modules/mediastream/MediaStream.cpp track->addObserver(this); track 332 Source/modules/mediastream/MediaStream.cpp scheduleDispatchEvent(MediaStreamTrackEvent::create(EventTypeNames::addtrack, false, false, track)); track 362 Source/modules/mediastream/MediaStream.cpp RefPtr<MediaStreamTrack> track = (*tracks)[index]; track 363 Source/modules/mediastream/MediaStream.cpp track->removeObserver(this); track 365 Source/modules/mediastream/MediaStream.cpp scheduleDispatchEvent(MediaStreamTrackEvent::create(EventTypeNames::removetrack, false, false, track)); track 43 Source/modules/mediastream/MediaStreamTrack.cpp RefPtr<MediaStreamTrack> track = adoptRef(new MediaStreamTrack(context, component)); track 44 Source/modules/mediastream/MediaStreamTrack.cpp track->suspendIfNeeded(); track 45 Source/modules/mediastream/MediaStreamTrack.cpp return track.release(); track 37 Source/modules/mediastream/MediaStreamTrackEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> MediaStreamTrackEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) track 39 Source/modules/mediastream/MediaStreamTrackEvent.cpp return adoptRefWillBeNoop(new MediaStreamTrackEvent(type, canBubble, cancelable, track)); track 48 Source/modules/mediastream/MediaStreamTrackEvent.cpp MediaStreamTrackEvent::MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) track 50 Source/modules/mediastream/MediaStreamTrackEvent.cpp , m_track(track) track 42 Source/modules/mediastream/MediaStreamTrackEvent.h MediaStreamTrack* track() const; track 49 Source/modules/mediastream/RTCDTMFSender.cpp RefPtr<MediaStreamTrack> track = prpTrack; track 50 Source/modules/mediastream/RTCDTMFSender.cpp OwnPtr<blink::WebRTCDTMFSenderHandler> handler = adoptPtr(peerConnectionHandler->createDTMFSender(track->component())); track 56 Source/modules/mediastream/RTCDTMFSender.cpp RefPtr<RTCDTMFSender> dtmfSender = adoptRef(new RTCDTMFSender(context, track, handler.release())); track 61 Source/modules/mediastream/RTCDTMFSender.cpp RTCDTMFSender::RTCDTMFSender(ExecutionContext* context, PassRefPtr<MediaStreamTrack> track, PassOwnPtr<blink::WebRTCDTMFSenderHandler> handler) track 63 Source/modules/mediastream/RTCDTMFSender.cpp , m_track(track) track 53 Source/modules/mediastream/RTCDTMFSender.h MediaStreamTrack* track() const; track 530 Source/modules/mediastream/RTCPeerConnection.cpp RefPtr<MediaStreamTrack> track = prpTrack; track 532 Source/modules/mediastream/RTCPeerConnection.cpp if (!hasLocalStreamWithTrackId(track->id())) { track 537 Source/modules/mediastream/RTCPeerConnection.cpp RefPtr<RTCDTMFSender> dtmfSender = RTCDTMFSender::create(executionContext(), m_peerHandler.get(), track.release(), exceptionState); track 109 Source/platform/exported/WebMediaStream.cpp void WebMediaStream::addTrack(const WebMediaStreamTrack& track) track 112 Source/platform/exported/WebMediaStream.cpp m_private->addRemoteTrack(track); track 115 Source/platform/exported/WebMediaStream.cpp void WebMediaStream::removeTrack(const WebMediaStreamTrack& track) track 118 Source/platform/exported/WebMediaStream.cpp m_private->removeRemoteTrack(track); track 146 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp IntRect track(webTrack); track 150 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp m_theme->splitTrack(&client, track, startTrack, thumb, endTrack); track 63 Source/platform/exported/WebScrollbarThemeGeometryNative.h virtual void splitTrack(WebScrollbar*, const WebRect& track, WebRect& startTrack, WebRect& thumb, WebRect& endTrack) OVERRIDE; track 195 Source/platform/graphics/GraphicsContext.h void setTrackOpaqueRegion(bool track) { m_trackOpaqueRegion = track; } track 200 Source/platform/graphics/GraphicsContext.h void setTrackTextRegion(bool track) { m_trackTextRegion = track; } track 99 Source/platform/mediastream/MediaStreamCenter.cpp bool MediaStreamCenter::didStopMediaStreamTrack(MediaStreamComponent* track) track 101 Source/platform/mediastream/MediaStreamCenter.cpp return m_private && m_private->didStopMediaStreamTrack(track); track 127 Source/platform/mediastream/MediaStreamCenter.cpp void MediaStreamCenter::didCreateMediaStreamTrack(MediaStreamComponent* track) track 130 Source/platform/mediastream/MediaStreamCenter.cpp m_private->didCreateMediaStreamTrack(track); track 133 Source/platform/mediastream/MediaStreamCenter.cpp PassOwnPtr<AudioSourceProvider> MediaStreamCenter::createWebAudioSourceFromMediaStreamTrack(MediaStreamComponent* track) track 135 Source/platform/mediastream/MediaStreamCenter.cpp ASSERT_UNUSED(track, track); track 138 Source/platform/mediastream/MediaStreamCenter.cpp return MediaStreamWebAudioSource::create(adoptPtr(m_private->createWebAudioSourceFromMediaStreamTrack(track))); track 80 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); track 81 Source/platform/scroll/ScrollbarTheme.cpp splitTrack(scrollbar, track, startTrackRect, thumbRect, endTrackRect); track 137 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); track 138 Source/platform/scroll/ScrollbarTheme.cpp if (track.contains(testPosition)) { track 142 Source/platform/scroll/ScrollbarTheme.cpp splitTrack(scrollbar, track, beforeThumbRect, thumbRect, afterThumbRect); track 295 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); track 299 Source/platform/scroll/ScrollbarTheme.cpp splitTrack(scrollbar, track, startTrackRect, thumbRect, endTrackRect); track 306 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); track 307 Source/platform/scroll/ScrollbarTheme.cpp return scrollbar->orientation() == HorizontalScrollbar ? track.height() : track.width(); track 111 Source/platform/scroll/ScrollbarTheme.h virtual void splitTrack(ScrollbarThemeClient*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack); track 39 Source/web/WebDOMMediaStreamTrack.cpp WebDOMMediaStreamTrack::WebDOMMediaStreamTrack(PassRefPtr<WebCore::MediaStreamTrack> track) track 40 Source/web/WebDOMMediaStreamTrack.cpp : m_private(track) track 55 public/platform/WebScrollbarThemeGeometry.h virtual void splitTrack(WebScrollbar*, const WebRect& track, WebRect& startTrack, WebRect& thumb, WebRect& endTrack) = 0;