HomeSort by relevance Sort by last modified time
    Searched full:window_features (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/public/common/
window_container_type.cc 20 const blink::WebWindowFeatures& window_features) {
24 for (size_t i = 0; i < window_features.additionalFeatures.size(); ++i) {
25 if (LowerCaseEqualsASCII(window_features.additionalFeatures[i],
28 else if (LowerCaseEqualsASCII(window_features.additionalFeatures[i],
window_container_type.h 33 const blink::WebWindowFeatures& window_features);
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.cc 35 const WebWindowFeatures& window_features)
36 : params(params), window_features(window_features) {}
39 WebWindowFeatures window_features; member in struct:PopupBlockerTabHelper::BlockedRequest
75 const WebWindowFeatures& window_features) {
96 blocked_popups_.Add(new BlockedRequest(params, window_features));
128 popup->params.target_contents->GetRoutingID(), popup->window_features));
popup_blocker_tab_helper.h 38 const blink::WebWindowFeatures& window_features);
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.h 78 void OnSetWindowFeatures(const blink::WebWindowFeatures& window_features);
chrome_render_view_observer.cc 284 const WebWindowFeatures& window_features) {
285 render_view()->GetWebView()->setWindowFeatures(window_features);
  /external/chromium_org/chrome/common/
render_messages.h 324 blink::WebWindowFeatures /* window_features */)

Completed in 188 milliseconds