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

  /external/chromium_org/third_party/WebKit/Source/core/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/chromium_org/third_party/WebKit/Source/core/svg/
SVGTitleElement.cpp 48 document()->setTitleElement(StringWithDirection(textContent(), LTR), this);
64 document()->setTitleElement(StringWithDirection(textContent(), LTR), this);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.h 43 class StringWithDirection;
66 void setCurrentItemTitle(const StringWithDirection&);
FrameLoaderClient.h 82 class StringWithDirection;
107 virtual void dispatchDidReceiveTitle(const StringWithDirection&) = 0;
DocumentLoader.h 44 #include "core/platform/text/StringWithDirection.h"
123 void setTitle(const StringWithDirection&);
138 const StringWithDirection& title() const { return m_pageTitle; }
254 StringWithDirection m_pageTitle;
FrameLoader.h 68 class StringWithDirection;
212 void setTitle(const StringWithDirection&);
HistoryController.cpp 447 void HistoryController::setCurrentItemTitle(const StringWithDirection& title)
498 StringWithDirection title = documentLoader->title();
EmptyClients.h 201 virtual void dispatchDidReceiveTitle(const StringWithDirection&) OVERRIDE { }
FrameLoader.cpp 462 StringWithDirection ptitle = m_documentLoader->title();
    [all...]
DocumentLoader.cpp 807 void DocumentLoader::setTitle(const StringWithDirection& title)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTitleElement.h 26 #include "core/platform/text/StringWithDirection.h"
37 StringWithDirection textWithDirection();
HTMLTitleElement.cpp 127 StringWithDirection HTMLTitleElement::textWithDirection()
132 return StringWithDirection(text(), direction);
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 87 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
FrameLoaderClientImpl.cpp 375 void FrameLoaderClientImpl::dispatchDidReceiveTitle(const StringWithDirection& title)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 51 #include "core/platform/text/StringWithDirection.h"
759 void setTitleElement(const StringWithDirection&, Element* titleElement);
    [all...]
Document.cpp     [all...]

Completed in 340 milliseconds