Home
last modified time | relevance | path

Searched refs:StringWithDirection (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/platform/text/
DStringWithDirection.h47 class StringWithDirection {
49 StringWithDirection() in StringWithDirection() function
54 StringWithDirection(const String& string, TextDirection dir) in StringWithDirection() function
66 bool operator==(const StringWithDirection& other) const
70 bool operator!=(const StringWithDirection& other) const { return !((*this) == other); }
/external/webkit/Source/WebCore/html/
DHTMLTitleElement.h37 StringWithDirection textWithDirection();
46 StringWithDirection m_title;
DHTMLTitleElement.cpp78 StringWithDirection HTMLTitleElement::textWithDirection() in textWithDirection()
85 return StringWithDirection(text(), direction); in textWithDirection()
/external/webkit/Source/WebCore/svg/
DSVGTitleElement.cpp44 document()->setTitleElement(StringWithDirection(textContent(), LTR), this); in insertedIntoDocument()
58 document()->setTitleElement(StringWithDirection(textContent(), LTR), this); in childrenChanged()
/external/webkit/Source/WebCore/loader/
DHistoryController.h43 class StringWithDirection; variable
75 void setCurrentItemTitle(const StringWithDirection&);
DDocumentLoader.h125 void setTitle(const StringWithDirection&);
172 const StringWithDirection& title() const { return m_pageTitle; } in title()
302 StringWithDirection m_pageTitle;
DFrameLoaderClient.h87 class StringWithDirection; variable
143 virtual void dispatchDidReceiveTitle(const StringWithDirection&) = 0;
231 virtual void setTitle(const StringWithDirection&, const KURL&) = 0;
DFrameLoader.h82 class StringWithDirection; variable
287 void setTitle(const StringWithDirection&);
DEmptyClients.h274 virtual void dispatchDidReceiveTitle(const StringWithDirection&) { } in dispatchDidReceiveTitle() argument
342 virtual void setTitle(const StringWithDirection&, const KURL&) { } in setTitle() argument
DHistoryController.cpp533 void HistoryController::setCurrentItemTitle(const StringWithDirection& title) in setCurrentItemTitle()
584 StringWithDirection title = documentLoader->title(); in initializeItem()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h72 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
106 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.h105 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
146 virtual void setTitle(const StringWithDirection&, const KURL&);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.h105 virtual void dispatchDidReceiveTitle(const StringWithDirection&);
196 virtual void setTitle(const StringWithDirection& title, const KURL&);
DFrameLoaderClientEfl.cpp579 void FrameLoaderClientEfl::dispatchDidReceiveTitle(const StringWithDirection& title) in dispatchDidReceiveTitle()
713 void FrameLoaderClientEfl::setTitle(const StringWithDirection& title, const KURL& url) in setTitle()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.h90 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
169 virtual void setTitle(const StringWithDirection& title, const KURL&);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.h106 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
148 virtual void setTitle(const StringWithDirection&, const KURL&);
DFrameLoaderClientWx.cpp298 void FrameLoaderClientWx::dispatchDidReceiveTitle(const StringWithDirection& title) in dispatchDidReceiveTitle()
529 void FrameLoaderClientWx::setTitle(const StringWithDirection& title, const KURL&) in setTitle()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.h87 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
168 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.h84 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
177 virtual void setTitle(const WebCore::StringWithDirection& title, const WebCore::KURL&);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.h113 virtual void dispatchDidReceiveTitle(const StringWithDirection&);
189 virtual void setTitle(const StringWithDirection&, const KURL&);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DFrameLoaderClientWinCE.h79 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
172 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
DFrameLoaderClientWinCE.cpp374 void FrameLoaderClientWinCE::dispatchDidReceiveTitle(const StringWithDirection&) in dispatchDidReceiveTitle() argument
493 void FrameLoaderClientWinCE::setTitle(const StringWithDirection&, const KURL&) in setTitle() argument
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.h107 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
169 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.h104 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
199 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
/external/webkit/Source/WebCore/dom/
DDocument.h813 void setTitleElement(const StringWithDirection&, Element* titleElement);
1134 void updateTitle(const StringWithDirection&);
1275 StringWithDirection m_title;
1276 StringWithDirection m_rawTitle;

12