browser_plugin 161 content/browser/browser_plugin/browser_plugin_embedder.cc browser_plugin::kBrowserPluginGuestManagerKeyName, guest_manager); browser_plugin 370 content/browser/browser_plugin/browser_plugin_guest.cc next_permission_request_id_(browser_plugin::kInvalidPermissionRequestID), browser_plugin 454 content/browser/browser_plugin/browser_plugin_guest.cc return browser_plugin::kInvalidPermissionRequestID; browser_plugin 469 content/browser/browser_plugin/browser_plugin_guest.cc return browser_plugin::kInvalidPermissionRequestID; browser_plugin 997 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kInitialHeight, browser_plugin 999 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kInitialWidth, browser_plugin 1001 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kTargetURL, browser_plugin 1003 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kName, browser_plugin 1005 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kWindowID, browser_plugin 1007 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kWindowOpenDisposition, browser_plugin 1062 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kURL, browser_plugin 1081 content/browser/browser_plugin/browser_plugin_guest.cc return browser_plugin::kInvalidPermissionRequestID; browser_plugin 1461 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kUserGesture, browser_plugin 1463 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kLastUnlockedBySelf, browser_plugin 1465 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kURL, browser_plugin 1752 content/browser/browser_plugin/browser_plugin_guest.cc browser_plugin::kURL, browser_plugin 1780 content/browser/browser_plugin/browser_plugin_guest.cc browser_plugin::kDefaultPromptText, browser_plugin 1783 content/browser/browser_plugin/browser_plugin_guest.cc browser_plugin::kMessageText, browser_plugin 1786 content/browser/browser_plugin/browser_plugin_guest.cc browser_plugin::kMessageType, browser_plugin 1790 content/browser/browser_plugin/browser_plugin_guest.cc browser_plugin::kURL, browser_plugin 1925 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kRequestMethod, browser_plugin 1927 content/browser/browser_plugin/browser_plugin_guest.cc request_info.Set(browser_plugin::kURL, base::Value::CreateStringValue(url)); browser_plugin 27 content/browser/browser_plugin/browser_plugin_guest_manager.cc : next_instance_id_(browser_plugin::kInstanceIDNone) { browser_plugin 186 content/browser/browser_plugin/browser_plugin_guest_manager.cc if (instance_id <= browser_plugin::kInstanceIDNone) browser_plugin 70 content/browser/browser_plugin/browser_plugin_message_filter.cc browser_plugin::kBrowserPluginGuestManagerKeyName)); browser_plugin 3662 content/browser/web_contents/web_contents_impl.cc browser_plugin::kBrowserPluginGuestManagerKeyName)); browser_plugin 10 content/common/browser_plugin/browser_plugin_constants.h namespace browser_plugin { browser_plugin 71 content/renderer/browser_plugin/browser_plugin.cc : guest_instance_id_(browser_plugin::kInstanceIDNone), browser_plugin 181 content/renderer/browser_plugin/browser_plugin.cc return GetDOMAttributeValue(browser_plugin::kAttributeName); browser_plugin 185 content/renderer/browser_plugin/browser_plugin.cc return HasDOMAttribute(browser_plugin::kAttributeAllowTransparency); browser_plugin 189 content/renderer/browser_plugin/browser_plugin.cc return GetDOMAttributeValue(browser_plugin::kAttributeSrc); browser_plugin 193 content/renderer/browser_plugin/browser_plugin.cc return HasDOMAttribute(browser_plugin::kAttributeAutoSize); browser_plugin 198 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMaxHeight), browser_plugin 205 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMaxWidth), browser_plugin 212 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMinHeight), browser_plugin 219 content/renderer/browser_plugin/browser_plugin.cc base::StringToInt(GetDOMAttributeValue(browser_plugin::kAttributeMinWidth), browser_plugin 253 content/renderer/browser_plugin/browser_plugin.cc return GetDOMAttributeValue(browser_plugin::kAttributePartition); browser_plugin 282 content/renderer/browser_plugin/browser_plugin.cc *error_message = browser_plugin::kErrorInvalidPartition; browser_plugin 378 content/renderer/browser_plugin/browser_plugin.cc CHECK(guest_instance_id != browser_plugin::kInstanceIDNone); browser_plugin 384 content/renderer/browser_plugin/browser_plugin.cc props[browser_plugin::kWindowID] = browser_plugin 386 content/renderer/browser_plugin/browser_plugin.cc TriggerEvent(browser_plugin::kEventInternalInstanceIDAllocated, &props); browser_plugin 427 content/renderer/browser_plugin/browser_plugin.cc (params.persist_storage ? browser_plugin::kPersistPrefix : "") + browser_plugin 429 content/renderer/browser_plugin/browser_plugin.cc UpdateDOMAttribute(browser_plugin::kAttributePartition, partition_name); browser_plugin 535 content/renderer/browser_plugin/browser_plugin.cc UpdateDOMAttribute(browser_plugin::kAttributeName, name); browser_plugin 710 content/renderer/browser_plugin/browser_plugin.cc BrowserPlugin* browser_plugin = browser_plugin 712 content/renderer/browser_plugin/browser_plugin.cc if (!browser_plugin) browser_plugin 731 content/renderer/browser_plugin/browser_plugin.cc if (browser_plugin->HasNavigated()) browser_plugin 734 content/renderer/browser_plugin/browser_plugin.cc browser_plugin->OnInstanceIDAllocated(window_id); browser_plugin 743 content/renderer/browser_plugin/browser_plugin.cc return guest_instance_id_ != browser_plugin::kInstanceIDNone; browser_plugin 748 content/renderer/browser_plugin/browser_plugin.cc *error_message = browser_plugin::kErrorAlreadyNavigated; browser_plugin 758 content/renderer/browser_plugin/browser_plugin.cc if (StartsWithASCII(input, browser_plugin::kPersistPrefix, true)) { browser_plugin 765 content/renderer/browser_plugin/browser_plugin.cc *error_message = browser_plugin::kErrorInvalidPartition; browser_plugin 780 content/renderer/browser_plugin/browser_plugin.cc *error_message = browser_plugin::kErrorCannotRemovePartition; browser_plugin 235 content/renderer/browser_plugin/browser_plugin_bindings.cc browser_plugin::kMethodInternalAttach, 1) { browser_plugin 269 content/renderer/browser_plugin/browser_plugin_bindings.cc browser_plugin::kMethodInternalAttachWindowTo, 2) { browser_plugin 320 content/renderer/browser_plugin/browser_plugin_bindings.cc browser_plugin::kAttributeAllowTransparency) { browser_plugin 354 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeAutoSize) { browser_plugin 387 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeContentWindow) { browser_plugin 413 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeMaxHeight) { browser_plugin 444 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeMaxWidth) { browser_plugin 475 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeMinHeight) { browser_plugin 506 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeMinWidth) { browser_plugin 537 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeName) { browser_plugin 567 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributePartition) { browser_plugin 611 content/renderer/browser_plugin/browser_plugin_bindings.cc : BrowserPluginPropertyBinding(browser_plugin::kAttributeSrc) { browser_plugin 184 content/renderer/browser_plugin/browser_plugin_browsertest.cc MockBrowserPlugin* browser_plugin = static_cast<MockBrowserPlugin*>( browser_plugin 188 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->OnAttachACK(instance_id, attach_ack_params); browser_plugin 190 content/renderer/browser_plugin/browser_plugin_browsertest.cc return browser_plugin; browser_plugin 203 content/renderer/browser_plugin/browser_plugin_browsertest.cc MockBrowserPlugin* browser_plugin = GetCurrentPluginWithAttachParams(¶ms); browser_plugin 207 content/renderer/browser_plugin/browser_plugin_browsertest.cc ASSERT_TRUE(browser_plugin); browser_plugin 209 content/renderer/browser_plugin/browser_plugin_browsertest.cc int instance_id = browser_plugin->guest_instance_id(); browser_plugin 210 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 216 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->damage_buffer_sequence_id_; browser_plugin 222 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->OnMessageReceived(msg); browser_plugin 223 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_FALSE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 268 content/renderer/browser_plugin/browser_plugin_browsertest.cc MockBrowserPlugin* browser_plugin = browser_plugin 270 content/renderer/browser_plugin/browser_plugin_browsertest.cc ASSERT_TRUE(browser_plugin); browser_plugin 304 content/renderer/browser_plugin/browser_plugin_browsertest.cc MockBrowserPlugin* browser_plugin = GetCurrentPlugin(); browser_plugin 305 content/renderer/browser_plugin/browser_plugin_browsertest.cc ASSERT_TRUE(browser_plugin); browser_plugin 306 content/renderer/browser_plugin/browser_plugin_browsertest.cc int instance_id = browser_plugin->guest_instance_id(); browser_plugin 307 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 321 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->damage_buffer_sequence_id_; browser_plugin 323 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->OnMessageReceived(msg); browser_plugin 324 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_EQ(NULL, browser_plugin->pending_damage_buffer_.get()); browser_plugin 364 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 374 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->damage_buffer_sequence_id_; browser_plugin 376 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->OnMessageReceived(msg); browser_plugin 379 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 390 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->damage_buffer_sequence_id_; browser_plugin 392 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->OnMessageReceived(msg); browser_plugin 395 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_FALSE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 536 content/renderer/browser_plugin/browser_plugin_browsertest.cc MockBrowserPlugin* browser_plugin = browser_plugin 538 content/renderer/browser_plugin/browser_plugin_browsertest.cc ASSERT_TRUE(browser_plugin); browser_plugin 586 content/renderer/browser_plugin/browser_plugin_browsertest.cc MockBrowserPlugin* browser_plugin = browser_plugin 588 content/renderer/browser_plugin/browser_plugin_browsertest.cc ASSERT_TRUE(browser_plugin); browser_plugin 598 content/renderer/browser_plugin/browser_plugin_browsertest.cc EXPECT_TRUE(browser_plugin->pending_damage_buffer_.get()); browser_plugin 613 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->damage_buffer_sequence_id_; browser_plugin 619 content/renderer/browser_plugin/browser_plugin_browsertest.cc browser_plugin->OnMessageReceived(msg); browser_plugin 36 content/renderer/browser_plugin/browser_plugin_manager.cc BrowserPlugin* browser_plugin) { browser_plugin 37 content/renderer/browser_plugin/browser_plugin_manager.cc instances_.AddWithID(browser_plugin, guest_instance_id); browser_plugin 54 content/renderer/browser_plugin/browser_plugin_manager.h const base::WeakPtr<BrowserPlugin>& browser_plugin) = 0; browser_plugin 56 content/renderer/browser_plugin/browser_plugin_manager.h void AddBrowserPlugin(int guest_instance_id, BrowserPlugin* browser_plugin); browser_plugin 32 content/renderer/browser_plugin/browser_plugin_manager_impl.cc const base::WeakPtr<BrowserPlugin>& browser_plugin) { browser_plugin 35 content/renderer/browser_plugin/browser_plugin_manager_impl.cc std::make_pair(request_id, browser_plugin)); browser_plugin 37 content/renderer/browser_plugin/browser_plugin_manager_impl.cc browser_plugin->render_view_routing_id(), request_id)); browser_plugin 47 content/renderer/browser_plugin/browser_plugin_manager_impl.cc int guest_instance_id = browser_plugin::kInstanceIDNone; browser_plugin 28 content/renderer/browser_plugin/browser_plugin_manager_impl.h const base::WeakPtr<BrowserPlugin>& browser_plugin) OVERRIDE; browser_plugin 29 content/renderer/browser_plugin/mock_browser_plugin_manager.cc const base::WeakPtr<BrowserPlugin>& browser_plugin) { browser_plugin 35 content/renderer/browser_plugin/mock_browser_plugin_manager.cc browser_plugin.get(), browser_plugin 40 content/renderer/browser_plugin/mock_browser_plugin_manager.cc BrowserPlugin* browser_plugin, browser_plugin 42 content/renderer/browser_plugin/mock_browser_plugin_manager.cc browser_plugin->OnInstanceIDAllocated(guest_instance_id); browser_plugin 44 content/renderer/browser_plugin/mock_browser_plugin_manager.cc browser_plugin->Attach(extra_params.Pass()); browser_plugin 24 content/renderer/browser_plugin/mock_browser_plugin_manager.h const base::WeakPtr<BrowserPlugin>& browser_plugin) OVERRIDE; browser_plugin 34 content/renderer/browser_plugin/mock_browser_plugin_manager.h void AllocateInstanceIDACK(BrowserPlugin* browser_plugin, browser_plugin 43 content/renderer/child_frame_compositing_helper.cc const base::WeakPtr<BrowserPlugin>& browser_plugin) { browser_plugin 45 content/renderer/child_frame_compositing_helper.cc browser_plugin, NULL, NULL, browser_plugin->render_view_routing_id()); browser_plugin 58 content/renderer/child_frame_compositing_helper.cc const base::WeakPtr<BrowserPlugin>& browser_plugin, browser_plugin 70 content/renderer/child_frame_compositing_helper.cc browser_plugin_(browser_plugin), browser_plugin 59 content/renderer/child_frame_compositing_helper.h const base::WeakPtr<BrowserPlugin>& browser_plugin); browser_plugin 93 content/renderer/child_frame_compositing_helper.h const base::WeakPtr<BrowserPlugin>& browser_plugin,