HomeSort by relevance Sort by last modified time
    Searched refs:StringWithDirection (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/text/
StringWithDirection.h 47 class StringWithDirection {
49 StringWithDirection()
54 StringWithDirection(const String& string, TextDirection dir)
66 bool operator==(const StringWithDirection& other) const
70 bool operator!=(const StringWithDirection& other) const { return !((*this) == other); }
  /external/webkit/Source/WebCore/html/
HTMLTitleElement.h 26 #include "StringWithDirection.h"
37 StringWithDirection textWithDirection();
46 StringWithDirection m_title;
HTMLTitleElement.cpp 78 StringWithDirection HTMLTitleElement::textWithDirection()
85 return StringWithDirection(text(), direction);
  /external/webkit/Source/WebCore/svg/
SVGTitleElement.cpp 44 document()->setTitleElement(StringWithDirection(textContent(), LTR), this);
58 document()->setTitleElement(StringWithDirection(textContent(), LTR), this);
  /external/webkit/Source/WebCore/loader/
HistoryController.h 43 class StringWithDirection;
75 void setCurrentItemTitle(const StringWithDirection&);
DocumentLoader.h 39 #include "StringWithDirection.h"
125 void setTitle(const StringWithDirection&);
172 const StringWithDirection& title() const { return m_pageTitle; }
302 StringWithDirection m_pageTitle;
FrameLoaderClient.h 87 class StringWithDirection;
143 virtual void dispatchDidReceiveTitle(const StringWithDirection&) = 0;
231 virtual void setTitle(const StringWithDirection&, const KURL&) = 0;
EmptyClients.h 274 virtual void dispatchDidReceiveTitle(const StringWithDirection&) { }
342 virtual void setTitle(const StringWithDirection&, const KURL&) { }
FrameLoader.h 82 class StringWithDirection;
287 void setTitle(const StringWithDirection&);
HistoryController.cpp 533 void HistoryController::setCurrentItemTitle(const StringWithDirection& title)
584 StringWithDirection title = documentLoader->title();
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 105 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
146 virtual void setTitle(const StringWithDirection&, const KURL&);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 72 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
106 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 90 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
169 virtual void setTitle(const StringWithDirection& title, const KURL&);
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 107 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
169 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 105 virtual void dispatchDidReceiveTitle(const StringWithDirection&);
196 virtual void setTitle(const StringWithDirection& title, const KURL&);
FrameLoaderClientEfl.cpp 579 void FrameLoaderClientEfl::dispatchDidReceiveTitle(const StringWithDirection& title)
713 void FrameLoaderClientEfl::setTitle(const StringWithDirection& title, const KURL& url)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 84 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
177 virtual void setTitle(const WebCore::StringWithDirection& title, const WebCore::KURL&);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 113 virtual void dispatchDidReceiveTitle(const StringWithDirection&);
189 virtual void setTitle(const StringWithDirection&, const KURL&);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.h 79 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
172 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
FrameLoaderClientWinCE.cpp 374 void FrameLoaderClientWinCE::dispatchDidReceiveTitle(const StringWithDirection&)
493 void FrameLoaderClientWinCE::setTitle(const StringWithDirection&, const KURL&)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 106 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
148 virtual void setTitle(const StringWithDirection&, const KURL&);
FrameLoaderClientWx.cpp 298 void FrameLoaderClientWx::dispatchDidReceiveTitle(const StringWithDirection& title)
529 void FrameLoaderClientWx::setTitle(const StringWithDirection& title, const KURL&)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 87 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
168 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 104 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
199 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
  /external/webkit/Source/WebCore/dom/
Document.h 38 #include "StringWithDirection.h"
813 void setTitleElement(const StringWithDirection&, Element* titleElement);
    [all...]

Completed in 1049 milliseconds

1 2