Searched defs:frame_url (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dmessage_box_handler.cc27 const GURL& frame_url) {
31 extensions_service->GetExtensionByURL(frame_url);
33 extension = extensions_service->GetExtensionByWebExtent(frame_url);
41 if (!frame_url.has_host()) {
49 string16 base_address = ui::ElideUrl(frame_url.GetOrigin(),
64 const GURL& frame_url,
71 std::wstring title = GetTitle(profile, is_alert, frame_url);
25 GetTitle(Profile* profile, bool is_alert, const GURL& frame_url) argument
62 RunJavascriptMessageBox(Profile* profile, JavaScriptAppModalDialogDelegate* delegate, const GURL& frame_url, int dialog_flags, const std::wstring& message_text, const std::wstring& default_prompt_text, bool display_suppress_checkbox, IPC::Message* reply_msg) argument
/external/chromium_org/chrome/renderer/extensions/
H A Dresource_request_policy.cc70 GURL frame_url = frame->document().url(); local
75 bool is_empty_origin = frame_url.is_empty();
76 // - extensions requesting their own resources (frame_url check is for
78 bool is_own_resource = frame_url.GetOrigin() == extension->url() ||
88 bool is_error_page = frame_url == GURL(content::kUnreachableWebDataURL);
113 GURL frame_url = frame->document().url(); local
114 if (!frame_url.is_empty() &&
115 !frame_url.SchemeIs(extensions::kExtensionScheme)) {
/external/chromium/webkit/glue/
H A Dcontext_menu.h70 GURL frame_url; member in struct:ContextMenuParams
H A Ddom_serializer_unittest.cc91 GURL frame_url(frame_web_url);
104 serialization_finish_status_.find(frame_url.spec());
107 serialization_finish_status_[frame_url.spec()] = false;
109 it = serialization_finish_status_.find(frame_url.spec());
115 serialized_frame_map_[frame_url.spec()] += data.data();
122 bool HasSerializedFrame(const GURL& frame_url) { argument
123 return serialized_frame_map_.find(frame_url.spec()) !=
128 const GURL& frame_url) {
129 return serialized_frame_map_[frame_url.spec()];
193 // Map frame_url t
127 GetSerializedContentForFrame( const GURL& frame_url) argument
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_cookie_helper.cc126 const GURL& frame_url,
132 AddCookie(frame_url, *add_cookie);
137 const GURL& frame_url,
144 AddCookie(frame_url, *cookie);
220 const GURL& frame_url,
236 // "GetCookiesFor(frame_url.GetOrigin());"
125 AddReadCookies( const GURL& frame_url, const GURL& url, const net::CookieList& cookie_list) argument
136 AddChangedCookie( const GURL& frame_url, const GURL& url, const std::string& cookie_line, const net::CookieOptions& options) argument
219 AddCookie( const GURL& frame_url, const net::CanonicalCookie& cookie) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc135 const GURL& frame_url) {
141 params.frame_url = frame_url;
185 const GURL& frame_url,
188 CreateMenu(browser(), page_url, link_url, frame_url));
450 GURL frame_url("http://www.google.com");
458 page_url, GURL(), frame_url, std::string("Page item")));
460 page_url, GURL(), frame_url, std::string("Frame item")));
132 CreateMenu(Browser* browser, const GURL& page_url, const GURL& link_url, const GURL& frame_url) argument
183 MenuHasItemWithLabel(const GURL& page_url, const GURL& link_url, const GURL& frame_url, const std::string& label) argument
H A Dextension_host.cc431 const GURL& frame_url,
451 RunJavascriptMessageBox(profile_, this, frame_url, flags, message,
429 RunJavaScriptMessage(const std::wstring& message, const std::wstring& default_prompt, const GURL& frame_url, const int flags, IPC::Message* reply_msg, bool* did_suppress_message) argument
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc109 const GURL& frame_url,
106 RunJavaScriptMessage( const std::wstring& message, const std::wstring& default_prompt, const GURL& frame_url, const int flags, IPC::Message* reply_msg, bool* did_suppress_message) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc115 const GURL& frame_url) {
121 params.frame_url = frame_url;
165 const GURL& frame_url,
168 CreateMenu(browser(), page_url, link_url, frame_url));
587 GURL frame_url("http://www.google.com");
595 page_url, GURL(), frame_url, std::string("Page item")));
597 page_url, GURL(), frame_url, std::string("Frame item")));
112 CreateMenu(Browser* browser, const GURL& page_url, const GURL& link_url, const GURL& frame_url) argument
163 MenuHasItemWithLabel(const GURL& page_url, const GURL& link_url, const GURL& frame_url, const std::string& label) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_manager_browsertest.cc501 const GURL frame_url("data:text/html,<iframe name=\"foo\"></iframe>");
502 NavigateToURL(shell(), frame_url); local
H A Drender_view_host_delegate.h263 const GURL& frame_url,
260 RunJavaScriptMessage(RenderViewHost* rvh, const string16& message, const string16& default_prompt, const GURL& frame_url, JavaScriptMessageType type, IPC::Message* reply_msg, bool* did_suppress_message) argument
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h87 GURL frame_url; member in struct:content::ContextMenuParams
/external/chromium_org/extensions/browser/
H A Dextension_error.cc86 const string16& frame_url,
90 url(frame_url),
84 StackFrame(size_t frame_line, size_t frame_column, const string16& frame_url, const string16& frame_function) argument
/external/chromium/chrome/common/
H A Dautomation_messages.h121 const GURL& frame_url);
148 GURL frame_url; member in struct:MiniContextMenuParams
/external/chromium_org/components/autofill/content/browser/
H A Dautocheckout_manager.cc298 const GURL& frame_url,
308 frame_url,
398 const GURL& frame_url,
413 frame_url, local
427 const GURL& frame_url,
435 frame_url);
297 MaybeShowAutocheckoutBubble( const GURL& frame_url, const gfx::RectF& bounding_box) argument
397 MaybeShowAutocheckoutDialog( const GURL& frame_url, AutocheckoutBubbleState state) argument
426 ShowAutocheckoutBubble( const GURL& frame_url, const gfx::RectF& bounding_box, const std::string& cookies) argument
H A Dautocheckout_manager_unittest.cc404 const GURL& frame_url,
406 AutocheckoutManager::MaybeShowAutocheckoutBubble(frame_url,
484 GURL frame_url; local
489 frame_url,
593 GURL frame_url; local
601 frame_url,
700 GURL frame_url; local
706 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_box);
765 GURL frame_url; local
772 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_bo
918 GURL frame_url; local
[all...]
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc97 const GURL& frame_url,
100 GURL url = GURL(kViewSourceScheme + std::string(":") + frame_url.spec());
96 ViewSourceForFrame(WebContents* source, const GURL& frame_url, const PageState& page_state) argument
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc270 const GURL& frame_url,
267 RunJavaScriptMessage( const std::wstring& message, const std::wstring& default_prompt, const GURL& frame_url, const int flags, IPC::Message* reply_msg, bool* did_suppress_message) argument
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.cc121 const GURL& frame_url,
127 settings->OnCookiesRead(url, frame_url, cookie_list,
137 const GURL& frame_url,
144 settings->OnCookieChanged(url, frame_url, cookie_line, options,
347 const GURL& frame_url,
354 frame_url, url, cookie_list);
358 frame_url, url, cookie_list);
367 const GURL& frame_url,
373 frame_url, url, cookie_line, options);
377 frame_url, ur
118 CookiesRead(int render_process_id, int render_view_id, const GURL& url, const GURL& frame_url, const net::CookieList& cookie_list, bool blocked_by_policy) argument
133 CookieChanged( int render_process_id, int render_view_id, const GURL& url, const GURL& frame_url, const std::string& cookie_line, const net::CookieOptions& options, bool blocked_by_policy) argument
345 OnCookiesRead( const GURL& url, const GURL& frame_url, const net::CookieList& cookie_list, bool blocked_by_policy) argument
365 OnCookieChanged( const GURL& url, const GURL& frame_url, const std::string& cookie_line, const net::CookieOptions& options, bool blocked_by_policy) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc753 GURL frame_url = frame_navigation_state.GetUrl(internal_frame_id);
754 if (!frame_navigation_state.IsValidUrl(frame_url))
758 frame_details.url = frame_url.spec();
801 GURL frame_url = navigation_state.GetUrl(frame_id); local
802 if (!navigation_state.IsValidUrl(frame_url))
806 frame->url = frame_url.spec();
/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc182 GURL frame_url(frame_web_url);
195 serialization_finish_status_.find(frame_url.spec());
198 serialization_finish_status_[frame_url.spec()] = false;
200 it = serialization_finish_status_.find(frame_url.spec());
206 serialized_frame_map_[frame_url.spec()] += data.data();
213 bool HasSerializedFrame(const GURL& frame_url) { argument
214 return serialized_frame_map_.find(frame_url.spec()) !=
219 const GURL& frame_url) {
220 return serialized_frame_map_[frame_url.spec()];
765 // Map frame_url t
218 GetSerializedContentForFrame( const GURL& frame_url) argument
[all...]
/external/chromium/chrome/browser/download/
H A Dsave_package.cc1003 void SavePackage::OnReceivedSerializedHtmlData(const GURL& frame_url, argument
1033 SaveUrlItemMap::iterator it = in_progress_items_.find(frame_url.spec());
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc694 const GURL& frame_url) {
705 form, frame_url, autofill::DIALOG_TYPE_REQUEST_AUTOCOMPLETE, callback);
692 OnRequestAutocomplete( const FormData& form, const GURL& frame_url) argument
/external/chromium_org/content/browser/download/
H A Dsave_package.cc1065 void SavePackage::OnReceivedSerializedHtmlData(const GURL& frame_url, argument
1095 SaveUrlItemMap::iterator it = in_progress_items_.find(frame_url.spec());
1099 if (saved_it->second->url() == frame_url) {
1105 it = saved_failed_items_.find(frame_url.spec());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1486 const GURL& frame_url,
1489 chrome::ViewSource(this, source, frame_url, frame_page_state);
1485 ViewSourceForFrame(WebContents* source, const GURL& frame_url, const content::PageState& frame_page_state) argument

Completed in 834 milliseconds

12