/external/chromium_org/content/test/data/ |
navigate_opener.html | 3 <head><title>Navigate opener</title> 6 window.opener.location.href = "title2.html";
|
post_message2.html | 6 window.opener.frames[0][1].postMessage(msg, origin);
|
post_message.html | 5 // Send a message to our opener, and it will reply. 7 window.opener.postMessage(msg, origin);
|
/external/chromium_org/chrome_frame/test/data/ |
mshtml_refresh_test_popup.html | 4 window.opener.location.reload(); 6 // window.opener.location.href = window.opener.location.href; 18 <a href="#" onclick="return refreshOpener();">Refresh Opener</a>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
target_new-1.html | 4 <p>Reference the opener, its properties and functions via the links below.</p> 7 <li>Clicking <a href="#" onclick="alert(window.opener)">here</a> should alert "[object Window]"</li> 8 <li>Clicking <a href="#" onclick="alert(window.opener.aVar)">here</a> should alert "some value"</li> 9 <li>Clicking <a href="#" onclick="window.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
|
invalid-mouse-event.html | 17 window.opener.location = window.opener.location;
|
target_new.html | 8 alert("hello from opener"); 13 <p><b>BUG ID:</b> <a href="rdar://problem/4172380">4172380</a> [GENENTECH] window.opener not available when child opened via target="_new"</p> 19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener".
|
/external/chromium_org/content/test/data/npapi/ |
plugin_ref_target_page.html | 9 window.opener.document.title = "OK"; 12 window.opener.document.title = "FAIL";
|
popup_window_with_target_plugin.html | 6 window.opener.document.title = "OK";
|
/external/chromium_org/content/public/browser/ |
web_contents.cc | 14 opener(NULL), 24 opener(NULL),
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_order_controller.cc | 38 content::WebContents* opener = tabstrip_->GetActiveWebContents(); local 42 opener, tabstrip_->active_index()); 45 // Otherwise insert adjacent to opener... 63 // The parent opener should never be the same as the controller being removed. 80 // parent_opener itself. Note that we use "group" here since opener is 87 // No opener set, fall through to the default handler... 106 // Forget any group/opener relationships that need to be reset whenever
|
tab_strip_model.h | 97 // If set the newly inserted tab's opener is set to the active tab. If not 98 // set the tab may still inherit the group/opener under certain situations. 271 // there is no opener on record. 274 // Changes the |opener| of the WebContents at |index|. 275 // Note: |opener| must be in this tab strip. 276 void SetOpenerOfWebContentsAt(int index, content::WebContents* opener); 280 // true, the group property of the tab is used instead of the opener to find 282 // the opener may not. 283 int GetIndexOfNextWebContentsOpenedBy(const content::WebContents* opener, 288 // specified opener, starting at |start_index| [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy_browsertest.cc | 26 // * When the test navigates to opener.com, opener.js will use window.open() to 58 browser(), GURL("http://www.opener.com/#google"), NEW_WINDOW, 63 browser(), GURL("http://www.opener.com/#google?q=a"), NEW_WINDOW, 68 browser(), GURL("http://www.opener.com/#google?q=b"), NEW_WINDOW, 73 browser(), GURL("http://www.opener.com/#cnn?q=a"), NEW_WINDOW, 78 browser(), GURL("http://www.opener.com/#cnn?q=b"), NEW_WINDOW, 99 // There's a content script on opener.com that checks the location. 100 // The test is not set up to accurately record opener.com histograms due 120 browser(), GURL("http://www.opener.com/#google?p=a"), NEW_WINDOW [all...] |
/external/chromium/chrome/common/ |
content_settings_types.h | 13 // opener; there it means "whatever was last shown".
|
/external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/ |
iframe-reparenting-close-window-child.html | 18 var backgroundWin = window.opener;
|
iframe-reparenting-close-window-iframe.html | 4 var logWin = window.parent.opener;
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_order_controller.cc | 40 NavigationController* opener = local 47 opener, tabstrip_->active_index()); 50 opener, tabstrip_->active_index()); 54 // Otherwise insert adjacent to opener... 77 // The parent opener should never be the same as the controller being removed. 94 // parent_opener itself. Note that we use "group" here since opener is 101 // No opener set, fall through to the default handler... 123 // Forget any group/opener relationships that need to be reset whenever
|
tab_strip_model.h | 107 // If set the newly inserted tab's opener is set to the active tab. If not 108 // set the tab may still inherit the group/opener under certain situations. 293 // the opener to find the next tab. Under some circumstances the group 294 // relationship may exist but the opener may not. 295 int GetIndexOfNextTabContentsOpenedBy(const NavigationController* opener, 300 // specified opener. 301 int GetIndexOfFirstTabContentsOpenedBy(const NavigationController* opener, 305 // specified opener, starting at |start_index|. 306 int GetIndexOfLastTabContentsOpenedBy(const NavigationController* opener, 316 // Forget all Opener relationships that are stored (but _not_ grou 595 NavigationController* opener; member in struct:TabStripModel::TabContentsData [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
addChannel.html | 27 window.opener.syncChannelList(); 28 window.opener.joinChannel(serverName, channelName);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
addChannel.html | 27 window.opener.syncChannelList(); 28 window.opener.joinChannel(serverName, channelName);
|
/external/chromium_org/chrome/common/ |
content_settings_types.h | 12 // opener; there it means "whatever was last shown".
|
/external/chromium_org/chrome/renderer/extensions/ |
app_window_custom_bindings.cc | 96 // TODO(jeremya): it doesn't really make sense to set the opener here, but we 99 // opener through so opener_id is set in RenderViewImpl's constructor. 103 blink::WebFrame* opener = render_view->GetWebView()->mainFrame(); 105 frame->setOpener(opener);
|
/external/chromium/chrome/browser/extensions/ |
extension_message_service.cc | 45 ExtensionMessageService::MessagePort opener; member in struct:ExtensionMessageService::MessageChannel 157 // Include info about the opener's tab (if it was a tab). 196 // Include info about the opener's tab (if it was a tab). 230 channel->opener = MessagePort(source, MSG_ROUTING_CONTROL); 240 // Send the connect event to the receiver. Give it the opener's port ID (the 241 // opener has the opposite port ID). 305 channel_iter->second->receiver : channel_iter->second->opener; 323 iter->second->opener : iter->second->receiver; 355 current->second->opener.sender != current->second->receiver.sender; 357 if (current->second->opener.sender == sender) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 100 opener = firstword in BLOCKOPENERS and firstword 105 return indent, text, opener 121 indent, text, opener = self.get_line_info(linenum) 124 if opener in ("else", "elif"): 127 if opener and linenum < new_topvisible and indent >= stopindent: 128 lines.append((linenum, indent, text, opener))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 100 opener = firstword in BLOCKOPENERS and firstword 105 return indent, text, opener 121 indent, text, opener = self.get_line_info(linenum) 124 if opener in ("else", "elif"): 127 if opener and linenum < new_topvisible and indent >= stopindent: 128 lines.append((linenum, indent, text, opener))
|