Home | History | Annotate | Download | only in frame_host

Lines Matching defs:NavigationEntryImpl

24 int NavigationEntryImpl::kInvalidBindings = -1;
27 return new NavigationEntryImpl();
31 return new NavigationEntryImpl(static_cast<const NavigationEntryImpl&>(copy));
34 NavigationEntryImpl* NavigationEntryImpl::FromNavigationEntry(
36 return static_cast<NavigationEntryImpl*>(entry);
39 NavigationEntryImpl::NavigationEntryImpl()
59 NavigationEntryImpl::NavigationEntryImpl(SiteInstanceImpl* instance,
88 NavigationEntryImpl::~NavigationEntryImpl() {
91 int NavigationEntryImpl::GetUniqueID() const {
95 PageType NavigationEntryImpl::GetPageType() const {
99 void NavigationEntryImpl::SetURL(const GURL& url) {
104 const GURL& NavigationEntryImpl::GetURL() const {
108 void NavigationEntryImpl::SetBaseURLForDataURL(const GURL& url) {
112 const GURL& NavigationEntryImpl::GetBaseURLForDataURL() const {
116 void NavigationEntryImpl::SetReferrer(const Referrer& referrer) {
120 const Referrer& NavigationEntryImpl::GetReferrer() const {
124 void NavigationEntryImpl::SetVirtualURL(const GURL& url) {
129 const GURL& NavigationEntryImpl::GetVirtualURL() const {
133 void NavigationEntryImpl::SetTitle(const base::string16& title) {
138 const base::string16& NavigationEntryImpl::GetTitle() const {
142 void NavigationEntryImpl::SetPageState(const PageState& state) {
146 const PageState& NavigationEntryImpl::GetPageState() const {
150 void NavigationEntryImpl::SetPageID(int page_id) {
154 int32 NavigationEntryImpl::GetPageID() const {
158 void NavigationEntryImpl::set_site_instance(SiteInstanceImpl* site_instance) {
162 void NavigationEntryImpl::SetBindings(int bindings) {
169 const base::string16& NavigationEntryImpl::GetTitleForDisplay(
200 bool NavigationEntryImpl::IsViewSourceMode() const {
204 void NavigationEntryImpl::SetTransitionType(
209 PageTransition NavigationEntryImpl::GetTransitionType() const {
213 const GURL& NavigationEntryImpl::GetUserTypedURL() const {
217 void NavigationEntryImpl::SetHasPostData(bool has_post_data) {
221 bool NavigationEntryImpl::GetHasPostData() const {
225 void NavigationEntryImpl::SetPostID(int64 post_id) {
229 int64 NavigationEntryImpl::GetPostID() const {
233 void NavigationEntryImpl::SetBrowserInitiatedPostData(
239 NavigationEntryImpl::GetBrowserInitiatedPostData() const {
244 const FaviconStatus& NavigationEntryImpl::GetFavicon() const {
248 FaviconStatus& NavigationEntryImpl::GetFavicon() {
252 const SSLStatus& NavigationEntryImpl::GetSSL() const {
256 SSLStatus& NavigationEntryImpl::GetSSL() {
260 void NavigationEntryImpl::SetOriginalRequestURL(const GURL& original_url) {
264 const GURL& NavigationEntryImpl::GetOriginalRequestURL() const {
268 void NavigationEntryImpl::SetIsOverridingUserAgent(bool override) {
272 bool NavigationEntryImpl::GetIsOverridingUserAgent() const {
276 void NavigationEntryImpl::SetTimestamp(base::Time timestamp) {
280 base::Time NavigationEntryImpl::GetTimestamp() const {
284 void NavigationEntryImpl::SetHttpStatusCode(int http_status_code) {
288 int NavigationEntryImpl::GetHttpStatusCode() const {
292 void NavigationEntryImpl::SetRedirectChain(
297 const std::vector<GURL>& NavigationEntryImpl::GetRedirectChain() const {
301 bool NavigationEntryImpl::IsRestored() const {
305 void NavigationEntryImpl::SetCanLoadLocalResources(bool allow) {
309 bool NavigationEntryImpl::GetCanLoadLocalResources() const {
313 void NavigationEntryImpl::SetFrameToNavigate(const std::string& frame_name) {
317 const std::string& NavigationEntryImpl::GetFrameToNavigate() const {
321 void NavigationEntryImpl::SetExtraData(const std::string& key,
326 bool NavigationEntryImpl::GetExtraData(const std::string& key,
336 void NavigationEntryImpl::ClearExtraData(const std::string& key) {
340 void NavigationEntryImpl::ResetForCommit() {
352 void NavigationEntryImpl::SetScreenshotPNGData(