title 58 Source/bindings/v8/ScriptHeapSnapshot.h String title() const; title 60 Source/bindings/v8/ScriptProfiler.cpp void ScriptProfiler::start(const String& title) title 63 Source/bindings/v8/ScriptProfiler.cpp if (profileNameIdleTimeMap->contains(title)) title 65 Source/bindings/v8/ScriptProfiler.cpp profileNameIdleTimeMap->add(title, 0); title 72 Source/bindings/v8/ScriptProfiler.cpp profiler->StartProfiling(v8String(isolate, title), true); title 75 Source/bindings/v8/ScriptProfiler.cpp PassRefPtr<ScriptProfile> ScriptProfiler::stop(const String& title) title 82 Source/bindings/v8/ScriptProfiler.cpp v8::CpuProfile* profile = profiler->StopProfiling(v8String(isolate, title)); title 231 Source/bindings/v8/ScriptProfiler.cpp PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control) title 241 Source/bindings/v8/ScriptProfiler.cpp const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot(v8String(isolate, title), &adapter, &resolver); title 74 Source/bindings/v8/ScriptProfiler.h static void start(const String& title); title 75 Source/bindings/v8/ScriptProfiler.h static PassRefPtr<ScriptProfile> stop(const String& title); title 76 Source/bindings/v8/ScriptProfiler.h static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*); title 69 Source/bindings/v8/custom/V8HistoryCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<WithUndefinedOrNullCheck>, title, info[1]); title 73 Source/bindings/v8/custom/V8HistoryCustom.cpp history->stateObjectAdded(historyState.release(), title, url, UpdateBackForwardList, exceptionState); title 85 Source/bindings/v8/custom/V8HistoryCustom.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<WithUndefinedOrNullCheck>, title, info[1]); title 89 Source/bindings/v8/custom/V8HistoryCustom.cpp history->stateObjectAdded(historyState.release(), title, url, DoNotUpdateBackForwardList, exceptionState); title 116 Source/core/accessibility/AXImageMapLink.cpp const AtomicString& title = getAttribute(titleAttr); title 117 Source/core/accessibility/AXImageMapLink.cpp if (!title.isEmpty()) title 118 Source/core/accessibility/AXImageMapLink.cpp return title; title 62 Source/core/accessibility/AXImageMapLink.h virtual String title() const OVERRIDE; title 87 Source/core/accessibility/AXMediaControls.cpp return AXRenderObject::title(); title 46 Source/core/accessibility/AXMediaControls.h virtual String title() const OVERRIDE FINAL; title 1131 Source/core/accessibility/AXNodeObject.cpp if (title().isEmpty()) title 1214 Source/core/accessibility/AXNodeObject.cpp const AtomicString& title = toElement(curr)->getAttribute(titleAttr); title 1215 Source/core/accessibility/AXNodeObject.cpp if (!title.isEmpty() && description != title) title 1216 Source/core/accessibility/AXNodeObject.cpp return title; title 1608 Source/core/accessibility/AXNodeObject.cpp const AtomicString& title = toElement(owner)->getAttribute(titleAttr); title 1609 Source/core/accessibility/AXNodeObject.cpp if (!title.isEmpty()) title 1610 Source/core/accessibility/AXNodeObject.cpp return title; title 1617 Source/core/accessibility/AXNodeObject.cpp String documentTitle = document->title(); title 167 Source/core/accessibility/AXNodeObject.h virtual String title() const OVERRIDE; title 466 Source/core/accessibility/AXObject.h virtual String title() const { return String(); } title 1179 Source/core/accessibility/AXRenderObject.cpp const AtomicString& title = toElement(curr->node())->getAttribute(titleAttr); title 1180 Source/core/accessibility/AXRenderObject.cpp if (!title.isEmpty() && description != title) title 1181 Source/core/accessibility/AXRenderObject.cpp return title; title 529 Source/core/accessibility/AXTable.cpp return AXRenderObject::title(); title 531 Source/core/accessibility/AXTable.cpp String title; title 533 Source/core/accessibility/AXTable.cpp return title; title 540 Source/core/accessibility/AXTable.cpp title = caption->innerText(); title 544 Source/core/accessibility/AXTable.cpp if (title.isEmpty()) title 545 Source/core/accessibility/AXTable.cpp title = AXRenderObject::title(); title 547 Source/core/accessibility/AXTable.cpp return title; title 69 Source/core/accessibility/AXTable.h virtual String title() const OVERRIDE FINAL; title 315 Source/core/clipboard/Clipboard.cpp void Clipboard::declareAndWriteDragImage(Element* element, const KURL& url, const String& title) title 320 Source/core/clipboard/Clipboard.cpp m_dataObject->setURLAndTitle(url, title); title 329 Source/core/clipboard/Clipboard.cpp void Clipboard::writeURL(const KURL& url, const String& title) title 335 Source/core/clipboard/Clipboard.cpp m_dataObject->setURLAndTitle(url, title); title 341 Source/core/clipboard/Clipboard.cpp m_dataObject->setHTMLAndBaseURL(urlToMarkup(url, title), url); title 88 Source/core/clipboard/Clipboard.h void declareAndWriteDragImage(Element*, const KURL&, const String& title); title 170 Source/core/clipboard/DataObject.cpp void DataObject::urlAndTitle(String& url, String* title) const title 176 Source/core/clipboard/DataObject.cpp if (title) title 177 Source/core/clipboard/DataObject.cpp *title = item->title(); title 180 Source/core/clipboard/DataObject.cpp void DataObject::setURLAndTitle(const String& url, const String& title) title 183 Source/core/clipboard/DataObject.cpp internalAddStringItem(DataObjectItem::createFromURL(url, title)); title 79 Source/core/clipboard/DataObject.h void urlAndTitle(String& url, String* title = 0) const; title 80 Source/core/clipboard/DataObject.h void setURLAndTitle(const String& url, const String& title); title 56 Source/core/clipboard/DataObjectItem.cpp PassRefPtrWillBeRawPtr<DataObjectItem> DataObjectItem::createFromURL(const String& url, const String& title) title 60 Source/core/clipboard/DataObjectItem.cpp item->m_title = title; title 55 Source/core/clipboard/DataObjectItem.h static PassRefPtrWillBeRawPtr<DataObjectItem> createFromURL(const String& url, const String& title); title 67 Source/core/clipboard/DataObjectItem.h String title() const { return m_title; } title 81 Source/core/clipboard/Pasteboard.cpp void Pasteboard::writeImage(Image* image, const KURL& url, const String& title) title 90 Source/core/clipboard/Pasteboard.cpp blink::Platform::current()->clipboard()->writeImage(webImage, blink::WebURL(url), blink::WebString(title)); title 52 Source/core/clipboard/Pasteboard.h void writeImage(Image*, const KURL&, const String& title); title 63 Source/core/css/CSSStyleSheet.h virtual String title() const OVERRIDE { return m_title; } title 92 Source/core/css/CSSStyleSheet.h void setTitle(const String& title) { m_title = title; } title 46 Source/core/css/StyleSheet.h virtual String title() const = 0; title 338 Source/core/dom/DOMImplementation.cpp PassRefPtr<HTMLDocument> DOMImplementation::createHTMLDocument(const String& title) title 345 Source/core/dom/DOMImplementation.cpp if (!title.isNull()) title 346 Source/core/dom/DOMImplementation.cpp d->setTitle(title); title 61 Source/core/dom/DOMImplementation.h static PassRefPtrWillBeRawPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media); title 64 Source/core/dom/DOMImplementation.h PassRefPtr<HTMLDocument> createHTMLDocument(const String& title); title 1265 Source/core/dom/Document.cpp static inline String canonicalizedTitle(Document* document, const String& title) title 1267 Source/core/dom/Document.cpp const CharacterType* characters = title.getCharacters<CharacterType>(); title 1268 Source/core/dom/Document.cpp unsigned length = title.length(); title 1314 Source/core/dom/Document.cpp void Document::updateTitle(const String& title) title 1316 Source/core/dom/Document.cpp if (m_rawTitle == title) title 1319 Source/core/dom/Document.cpp m_rawTitle = title; title 1334 Source/core/dom/Document.cpp void Document::setTitle(const String& title) title 1348 Source/core/dom/Document.cpp toHTMLTitleElement(m_titleElement)->setText(title); title 1350 Source/core/dom/Document.cpp updateTitle(title); title 1353 Source/core/dom/Document.cpp void Document::setTitleElement(const String& title, Element* titleElement) title 1362 Source/core/dom/Document.cpp updateTitle(title); title 1376 Source/core/dom/Document.cpp if (HTMLTitleElement* title = Traversal<HTMLTitleElement>::firstChild(*headElement)) title 1377 Source/core/dom/Document.cpp setTitleElement(title->text(), title); title 742 Source/core/dom/Document.h String title() const { return m_title; } title 746 Source/core/dom/Document.h void setTitleElement(const String& title, Element* titleElement); title 94 Source/core/dom/DocumentStyleSheetCollection.cpp engine->selectStylesheetSetName(candidate.title()); title 103 Source/core/dom/DocumentStyleSheetCollection.cpp engine->selectStylesheetSetName(candidate.title()); title 400 Source/core/dom/Element.h virtual String title() const { return String(); } title 60 Source/core/dom/ShadowTreeStyleSheetCollection.cpp const AtomicString& title = element->fastGetAttribute(titleAttr); title 70 Source/core/dom/ShadowTreeStyleSheetCollection.cpp if (!enabledViaScript && sheet && !title.isEmpty()) { title 72 Source/core/dom/ShadowTreeStyleSheetCollection.cpp engine->setPreferredStylesheetSetName(title); title 73 Source/core/dom/ShadowTreeStyleSheetCollection.cpp engine->setSelectedStylesheetSetName(title); title 75 Source/core/dom/ShadowTreeStyleSheetCollection.cpp if (title != engine->preferredStylesheetSetName()) title 80 Source/core/dom/ShadowTreeStyleSheetCollection.cpp if (rel.contains("alternate") && title.isEmpty()) title 612 Source/core/dom/StyleEngine.cpp styleSheet->setTitle(e->title()); title 84 Source/core/dom/StyleSheetCandidate.cpp return !isEnabledViaScript() && !title().isEmpty() && !isAlternate() && currentPreferrableName.isEmpty(); title 92 Source/core/dom/StyleSheetCandidate.cpp const AtomicString& title = this->title(); title 93 Source/core/dom/StyleSheetCandidate.cpp if (!isEnabledViaScript() && !title.isEmpty() && title != currentPreferrableName) title 95 Source/core/dom/StyleSheetCandidate.cpp if (isAlternate() && title.isEmpty()) title 62 Source/core/dom/StyleSheetCandidate.h AtomicString title() const; title 424 Source/core/editing/Editor.cpp static void writeImageNodeToPasteboard(Pasteboard* pasteboard, Node* node, const String& title) title 449 Source/core/editing/Editor.cpp pasteboard->writeImage(image, url, title); title 878 Source/core/editing/Editor.cpp writeImageNodeToPasteboard(Pasteboard::generalPasteboard(), imageElement, document->title()); title 902 Source/core/editing/markup.cpp String urlToMarkup(const KURL& url, const String& title) title 908 Source/core/editing/markup.cpp MarkupAccumulator::appendCharactersReplacingEntities(markup, title, 0, title.length(), EntityMaskInPCDATA); title 69 Source/core/editing/markup.h String urlToMarkup(const KURL&, const String& title); title 109 Source/core/frame/ConsoleBase.cpp void ConsoleBase::markTimeline(const String& title) title 111 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeStamp(context(), title); title 114 Source/core/frame/ConsoleBase.cpp void ConsoleBase::profile(ScriptState* state, const String& title) title 116 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleProfile(context(), title, state); title 119 Source/core/frame/ConsoleBase.cpp void ConsoleBase::profileEnd(ScriptState* state, const String& title) title 121 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleProfileEnd(context(), title); title 124 Source/core/frame/ConsoleBase.cpp void ConsoleBase::time(const String& title) title 126 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTime(context(), title); title 127 Source/core/frame/ConsoleBase.cpp TRACE_EVENT_COPY_ASYNC_BEGIN0("webkit.console", title.utf8().data(), this); title 130 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timeEnd(ScriptState* state, const String& title) title 132 Source/core/frame/ConsoleBase.cpp TRACE_EVENT_COPY_ASYNC_END0("webkit.console", title.utf8().data(), this); title 133 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeEnd(context(), title, state); title 136 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timeStamp(const String& title) title 138 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeStamp(context(), title); title 141 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timeline(ScriptState* state, const String& title) title 143 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeline(context(), title, state); title 146 Source/core/frame/ConsoleBase.cpp void ConsoleBase::timelineEnd(ScriptState* state, const String& title) title 148 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimelineEnd(context(), title, state); title 62 Source/core/frame/History.h void stateObjectAdded(PassRefPtr<SerializedScriptValue>, const String& title, const String& url, UpdateBackForwardListPolicy, ExceptionState&); title 45 Source/core/html/HTMLElement.h virtual String title() const OVERRIDE FINAL; title 474 Source/core/html/HTMLLinkElement.cpp m_sheet->setTitle(m_owner->title()); title 487 Source/core/html/HTMLLinkElement.cpp m_sheet->setTitle(m_owner->title()); title 686 Source/core/html/HTMLLinkElement.cpp void LinkStyle::setSheetTitle(const String& title) title 689 Source/core/html/HTMLLinkElement.cpp m_sheet->setTitle(title); title 197 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTime(ExecutionContext*, const String& title) title 201 Source/core/inspector/InspectorConsoleAgent.cpp if (title.isNull()) title 204 Source/core/inspector/InspectorConsoleAgent.cpp m_times.add(title, monotonicallyIncreasingTime()); title 207 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTimeEnd(ExecutionContext*, const String& title, ScriptState* state) title 211 Source/core/inspector/InspectorConsoleAgent.cpp if (title.isNull()) title 214 Source/core/inspector/InspectorConsoleAgent.cpp HashMap<String, double>::iterator it = m_times.find(title); title 222 Source/core/inspector/InspectorConsoleAgent.cpp String message = title + String::format(": %.3fms", elapsed * 1000); title 226 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTimeline(ExecutionContext* context, const String& title, ScriptState* state) title 228 Source/core/inspector/InspectorConsoleAgent.cpp m_timelineAgent->consoleTimeline(context, title, state); title 231 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::consoleTimelineEnd(ExecutionContext* context, const String& title, ScriptState* state) title 233 Source/core/inspector/InspectorConsoleAgent.cpp m_timelineAgent->consoleTimelineEnd(context, title, state); title 242 Source/core/inspector/InspectorConsoleAgent.cpp String title; title 243 Source/core/inspector/InspectorConsoleAgent.cpp arguments->getFirstArgumentAsString(title); title 244 Source/core/inspector/InspectorConsoleAgent.cpp String identifier = title.isEmpty() ? String(lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber())) title 245 Source/core/inspector/InspectorConsoleAgent.cpp : String(title + '@'); title 248 Source/core/inspector/InspectorConsoleAgent.cpp String message = title + ": " + String::number(result.storedValue->value); title 87 Source/core/inspector/InspectorConsoleAgent.h void consoleTime(ExecutionContext*, const String& title); title 88 Source/core/inspector/InspectorConsoleAgent.h void consoleTimeEnd(ExecutionContext*, const String& title, ScriptState*); title 89 Source/core/inspector/InspectorConsoleAgent.h void consoleTimeline(ExecutionContext*, const String& title, ScriptState*); title 90 Source/core/inspector/InspectorConsoleAgent.h void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*); title 101 Source/core/inspector/InspectorConsoleAgent.h void addStartProfilingMessageToConsole(const String& title, unsigned lineNumber, const String& sourceURL); title 248 Source/core/inspector/InspectorHeapProfilerAgent.cpp String title = "Snapshot " + String::number(m_nextUserInitiatedHeapSnapshotNumber++); title 250 Source/core/inspector/InspectorHeapProfilerAgent.cpp RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, &progress); title 78 Source/core/inspector/InspectorProfilerAgent.cpp ProfileDescriptor(const String& id, const String& title) title 80 Source/core/inspector/InspectorProfilerAgent.cpp , m_title(title) { } title 105 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::consoleProfile(const String& title, ScriptState* state) title 109 Source/core/inspector/InspectorProfilerAgent.cpp m_startedProfiles.append(ProfileDescriptor(id, title)); title 111 Source/core/inspector/InspectorProfilerAgent.cpp m_frontend->consoleProfileStarted(id, currentDebugLocation(), title.isNull() ? 0 : &title); title 114 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::consoleProfileEnd(const String& title) title 120 Source/core/inspector/InspectorProfilerAgent.cpp if (title.isNull()) { title 128 Source/core/inspector/InspectorProfilerAgent.cpp if (m_startedProfiles[i].m_title == title) { title 129 Source/core/inspector/InspectorProfilerAgent.cpp resolvedTitle = title; title 59 Source/core/inspector/InspectorProfilerAgent.h void consoleProfile(const String& title, ScriptState*); title 60 Source/core/inspector/InspectorProfilerAgent.h void consoleProfileEnd(const String& title); title 1152 Source/core/inspector/InspectorStyleSheet.cpp .setTitle(styleSheet->title()) title 788 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimeStamp(ExecutionContext* context, const String& title) title 790 Source/core/inspector/InspectorTimelineAgent.cpp appendRecord(TimelineRecordFactory::createTimeStampData(title), TimelineRecordType::TimeStamp, true, frameForExecutionContext(context)); title 810 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimeline(ExecutionContext* context, const String& title, ScriptState* state) title 815 Source/core/inspector/InspectorTimelineAgent.cpp String message = String::format("Timeline '%s' started.", title.utf8().data()); title 817 Source/core/inspector/InspectorTimelineAgent.cpp m_consoleTimelines.append(title); title 826 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::consoleTimelineEnd(ExecutionContext* context, const String& title, ScriptState* state) title 831 Source/core/inspector/InspectorTimelineAgent.cpp size_t index = m_consoleTimelines.find(title); title 833 Source/core/inspector/InspectorTimelineAgent.cpp String message = String::format("Timeline '%s' was not started.", title.utf8().data()); title 838 Source/core/inspector/InspectorTimelineAgent.cpp String message = String::format("Timeline '%s' finished.", title.utf8().data()); title 195 Source/core/inspector/InspectorTimelineAgent.h void consoleTimeStamp(ExecutionContext*, const String& title); title 201 Source/core/inspector/InspectorTimelineAgent.h void consoleTimeline(ExecutionContext*, const String& title, ScriptState*); title 202 Source/core/inspector/InspectorTimelineAgent.h void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*); title 52 Source/core/inspector/ScriptProfile.h String title() const; title 544 Source/core/loader/FrameLoader.cpp m_client->dispatchDidReceiveTitle(m_frame->document()->title()); title 301 Source/core/page/Chrome.cpp toolTip = result.title(toolTipDirection); title 163 Source/core/page/DragController.cpp String title; title 164 Source/core/page/DragController.cpp String url = dragData->asURL(DragData::DoNotConvertFilenames, &title); title 168 Source/core/page/DragController.cpp if (title.isEmpty()) { title 171 Source/core/page/DragController.cpp title = dragData->asPlainText(); title 172 Source/core/page/DragController.cpp if (title.isEmpty()) title 173 Source/core/page/DragController.cpp title = url; title 175 Source/core/page/DragController.cpp RefPtr<Node> anchorText = document.createTextNode(title); title 75 Source/core/page/DragData.cpp String DragData::asURL(FilenameConversionPolicy filenamePolicy, String* title) const title 79 Source/core/page/DragData.cpp m_platformDragData->urlAndTitle(url, title); title 67 Source/core/page/DragData.h String asURL(FilenameConversionPolicy filenamePolicy = ConvertFilenames, String* title = 0) const; title 226 Source/core/rendering/HitTestResult.cpp String title = toElement(titleNode)->title(); title 227 Source/core/rendering/HitTestResult.cpp if (!title.isEmpty()) { title 230 Source/core/rendering/HitTestResult.cpp return title; title 370 Source/core/rendering/HitTestResult.cpp return m_innerURLElement->title(); title 100 Source/core/rendering/HitTestResult.h String title(TextDirection&) const; title 423 Source/core/rendering/RenderMenuList.cpp return listItems[listIndex]->title(); title 73 Source/core/svg/SVGAElement.cpp const AtomicString& title = fastGetAttribute(XLinkNames::titleAttr); title 74 Source/core/svg/SVGAElement.cpp if (!title.isEmpty()) title 75 Source/core/svg/SVGAElement.cpp return title; title 78 Source/core/svg/SVGAElement.cpp return SVGElement::title(); title 40 Source/core/svg/SVGAElement.h virtual String title() const OVERRIDE; title 243 Source/core/svg/SVGElement.cpp String useTitle(useElement.title()); title 56 Source/core/svg/SVGElement.h virtual String title() const OVERRIDE; title 92 Source/core/svg/SVGStyleElement.cpp void SVGStyleElement::setTitle(const AtomicString& title) title 94 Source/core/svg/SVGStyleElement.cpp setAttribute(SVGNames::titleAttr, title); title 47 Source/core/svg/SVGStyleElement.h virtual String title() const OVERRIDE; title 96 Source/core/xml/XSLStyleSheet.h virtual String title() const OVERRIDE { return emptyString(); } title 136 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp void NavigatorContentUtils::registerProtocolHandler(Navigator& navigator, const String& scheme, const String& url, const String& title, ExceptionState& exceptionState) title 154 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, baseURL, KURL(ParsedURLString, url), title); title 48 Source/modules/navigatorcontentutils/NavigatorContentUtils.h static void registerProtocolHandler(Navigator&, const String& scheme, const String& url, const String& title, ExceptionState&); title 39 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title) = 0; title 43 Source/modules/notifications/Notification.cpp PassRefPtrWillBeRawPtr<Notification> Notification::create(ExecutionContext* context, const String& title, const Dictionary& options) title 46 Source/modules/notifications/Notification.cpp RefPtrWillBeRawPtr<Notification> notification = adoptRefWillBeRefCountedGarbageCollected(new Notification(title, context, client)); title 67 Source/modules/notifications/Notification.cpp Notification::Notification(const String& title, ExecutionContext* context, NotificationClient* client) title 69 Source/modules/notifications/Notification.cpp , m_title(title) title 56 Source/modules/notifications/Notification.h static PassRefPtrWillBeRawPtr<Notification> create(ExecutionContext*, const String& title, const Dictionary& options); title 72 Source/modules/notifications/Notification.h String title() const { return m_title; } title 99 Source/modules/notifications/Notification.h Notification(const String& title, ExecutionContext*, NotificationClient*); title 33 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu) title 36 Source/platform/ContextMenuItem.cpp , m_title(title) title 44 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) title 47 Source/platform/ContextMenuItem.cpp , m_title(title) title 53 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems) title 56 Source/platform/ContextMenuItem.cpp , m_title(title) title 75 Source/platform/ContextMenuItem.h void setTitle(const String& title) { m_title = title; } title 76 Source/platform/ContextMenuItem.h const String& title() const { return m_title; } title 122 Source/platform/mhtml/MHTMLArchive.cpp PassRefPtr<SharedBuffer> MHTMLArchive::generateMHTMLData(const Vector<SerializedResource>& resources, EncodingPolicy encodingPolicy, const String& title, const String& mimeType) title 135 Source/platform/mhtml/MHTMLArchive.cpp stringBuilder.append(replaceNonPrintableCharacters(title)); title 59 Source/platform/mhtml/MHTMLArchive.h static PassRefPtr<SharedBuffer> generateMHTMLData(const Vector<SerializedResource>&, EncodingPolicy, const String& title, const String& mimeType); title 957 Source/web/ChromeClientImpl.cpp void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL& url, const String& title) title 959 Source/web/ChromeClientImpl.cpp m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); title 215 Source/web/ChromeClientImpl.h virtual void registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&, const String& title) OVERRIDE; title 396 Source/web/ContextMenuClientImpl.cpp outputItem.label = inputItem->title(); title 403 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidReceiveTitle(const String& title) title 406 Source/web/FrameLoaderClientImpl.cpp m_webFrame->client()->didReceiveTitle(m_webFrame, title, WebTextDirectionLeftToRight); title 86 Source/web/ValidationMessageClientImpl.cpp AtomicString title = m_currentAnchor->fastGetAttribute(HTMLNames::titleAttr); title 87 Source/web/ValidationMessageClientImpl.cpp m_webView.client()->showValidationMessage(anchorInRootView, m_message, title, dir); title 92 Source/web/ValidationMessageClientImpl.cpp m_finishTime = monotonicallyIncreasingTime() + std::max(minimumSecondToShowValidationMessage, (message.length() + title.length()) * secondPerCharacter); title 771 Source/web/WebAXObject.cpp return m_private->title(); title 55 Source/web/WebDOMActivityLogger.cpp String title; title 58 Source/web/WebDOMActivityLogger.cpp title = document->title(); title 60 Source/web/WebDOMActivityLogger.cpp m_domActivityLogger->log(WebString(apiName), argc, argv, WebString(extraInfo), WebURL(url), WebString(title)); title 152 Source/web/WebDocument.cpp return WebString(constUnwrap<Document>()->title()); title 113 Source/web/WebDragData.cpp item.title = originalItem->title(); title 133 Source/web/WebDragData.cpp m_private->setURLAndTitle(item.stringData, item.title); title 65 Source/web/WebNotification.cpp return m_private->title(); title 180 Source/web/WebPageSerializer.cpp return MHTMLArchive::generateMHTMLData(resources, encodingPolicy, document->title(), document->suggestedMIMEType()); title 89 public/platform/WebClipboard.h const WebImage&, const WebURL&, const WebString& title) { } title 77 public/platform/WebDragData.h WebString title; title 153 public/web/WebAXObject.h BLINK_EXPORT WebString title() const; title 44 public/web/WebDOMActivityLogger.h virtual void log(const WebString& apiName, int argc, const v8::Handle<v8::Value>* argv, const WebString& extraInfo, const WebURL& url, const WebString& title) { } title 104 public/web/WebDocument.h BLINK_EXPORT WebString title() const; title 49 public/web/WebFileChooserParams.h WebString title; title 230 public/web/WebFrameClient.h virtual void didReceiveTitle(WebLocalFrame* frame, const WebString& title, WebTextDirection direction) { } title 70 public/web/WebNotification.h BLINK_EXPORT WebString title() const; title 330 public/web/WebViewClient.h const WebString& title) title 332 public/web/WebViewClient.h registerProtocolHandler(scheme, baseUrl.string(), url.string(), title); title 351 public/web/WebViewClient.h const WebString& title) { }