/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_controller.h | 31 // disposition and transition to use when opening it. 37 WindowOpenDisposition disposition,
|
/external/chromium_org/ui/web_dialogs/ |
web_dialog_web_contents_delegate.h | 33 WindowOpenDisposition disposition, 62 WindowOpenDisposition disposition,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_22.txt | 17 Content-Disposition: attachment; filename="wibble.JPG" 31 Content-Disposition: attachment; filename="wibble2.JPG"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_22.txt | 17 Content-Disposition: attachment; filename="wibble.JPG" 31 Content-Disposition: attachment; filename="wibble2.JPG"
|
/external/chromium/chrome/browser/download/ |
download_util_unittest.cc | 36 const char* disposition; member in struct:__anon4503::__anon4504 41 // No 'filename' keyword in the disposition, use the URL 47 // Disposition has relative paths, remove directory separators 53 // Disposition has parent directories, remove directory separators 59 // Disposition has relative paths, remove directory separators 65 // Disposition has parent directories, remove directory separators 71 // No useful information in disposition or URL, use default 79 // Spaces in the disposition file name 441 // (content-disposition, URL name, etc) don't cause security holes. 457 kGenerateFileNameTestCases[i].disposition, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 239 Content-Disposition: form-data; name="id" 243 Content-Disposition: form-data; name="title" 247 Content-Disposition: form-data; name="file"; filename="test.txt" 253 Content-Disposition: form-data; name="submit" 289 Content-Disposition: form-data; name="key2" 293 Content-Disposition: form-data; name="key3" 297 Content-Disposition: form-data; name="key4" 314 Content-Disposition: form-data; name="key2" 318 Content-Disposition: form-data; name="key3" 322 Content-Disposition: form-data; name="key4 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 239 Content-Disposition: form-data; name="id" 243 Content-Disposition: form-data; name="title" 247 Content-Disposition: form-data; name="file"; filename="test.txt" 253 Content-Disposition: form-data; name="submit" 289 Content-Disposition: form-data; name="key2" 293 Content-Disposition: form-data; name="key3" 297 Content-Disposition: form-data; name="key4" 314 Content-Disposition: form-data; name="key2" 318 Content-Disposition: form-data; name="key3" 322 Content-Disposition: form-data; name="key4 [all...] |
/external/chromium/chrome/browser/ |
plugin_installer_infobar_delegate.cc | 58 WindowOpenDisposition disposition) {
|
/external/chromium/chrome/browser/tab_contents/ |
confirm_infobar_delegate.cc | 35 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_cocoa_controller.h | 49 withDisposition:(WindowOpenDisposition)disposition;
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
mock_confirm_infobar_delegate.cc | 62 WindowOpenDisposition disposition) {
|
mock_confirm_infobar_delegate.h | 41 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
mock_link_infobar_delegate.h | 37 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/ |
reload_button.cc | 86 // Mask off Shift and Control so they don't affect the disposition below. 92 WindowOpenDisposition disposition = local 94 if ((disposition == CURRENT_TAB) && location_bar_) { 110 browser_->ExecuteCommandWithDisposition(command, disposition);
|
/external/chromium_org/android_webview/native/ |
aw_web_contents_delegate.h | 39 WindowOpenDisposition disposition,
|
/external/chromium_org/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.h | 44 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_infobar_delegate.h | 55 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_infobar_delegate.h | 49 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
/external/chromium_org/chrome/browser/infobars/ |
confirm_infobar_delegate.cc | 43 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
|
insecure_content_infobar_delegate.h | 51 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
/external/chromium_org/chrome/browser/sessions/ |
in_memory_tab_restore_service.h | 44 WindowOpenDisposition disposition) OVERRIDE;
|
persistent_tab_restore_service.h | 44 WindowOpenDisposition disposition) OVERRIDE;
|
/external/chromium_org/chrome/browser/ |
three_d_api_observer.cc | 46 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE; 143 bool ThreeDAPIInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { 147 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
search_webstore_result.cc | 46 params.disposition = ui::DispositionFromEventFlags(event_flags);
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator_browsertest.h | 38 void RunSuppressTest(WindowOpenDisposition disposition);
|