Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:RenderViewContextMenu

163 const size_t RenderViewContextMenu::kMaxExtensionItemTitleLength = 75;
165 const size_t RenderViewContextMenu::kMaxSelectionTextLength = 50;
168 bool RenderViewContextMenu::IsDevToolsURL(const GURL& url) {
174 bool RenderViewContextMenu::IsInternalResourcesURL(const GURL& url) {
183 RenderViewContextMenu::RenderViewContextMenu(
195 RenderViewContextMenu::~RenderViewContextMenu() {
200 void RenderViewContextMenu::Init() {
286 void RenderViewContextMenu::AppendExtensionItems(
344 void RenderViewContextMenu::RecursivelyAppendExtensionItems(
406 void RenderViewContextMenu::SetExtensionIcon(const std::string& extension_id) {
420 void RenderViewContextMenu::AppendAllExtensionItems() {
458 void RenderViewContextMenu::InitMenu() {
535 void RenderViewContextMenu::LookUpInDictionary() {
540 bool RenderViewContextMenu::AppendCustomItems() {
547 void RenderViewContextMenu::AppendDeveloperItems() {
556 void RenderViewContextMenu::AppendLinkItems() {
575 void RenderViewContextMenu::AppendImageItems() {
586 void RenderViewContextMenu::AppendAudioItems() {
597 void RenderViewContextMenu::AppendVideoItems() {
608 void RenderViewContextMenu::AppendMediaItems() {
629 void RenderViewContextMenu::AppendPluginItems() {
641 void RenderViewContextMenu::AppendPageItems() {
663 void RenderViewContextMenu::AppendFrameItems() {
676 void RenderViewContextMenu::AppendCopyItem() {
681 void RenderViewContextMenu::AppendSearchProvider() {
722 void RenderViewContextMenu::AppendEditableItems() {
774 void RenderViewContextMenu::AppendSpellcheckOptionsSubMenu() {
822 void RenderViewContextMenu::AppendBidiSubMenu() {
837 ExtensionMenuItem* RenderViewContextMenu::GetExtensionMenuItem(int id) const {
852 bool RenderViewContextMenu::IsCommandIdEnabled(int id) const {
1100 bool RenderViewContextMenu::IsCommandIdChecked(int id) const {
1159 void RenderViewContextMenu::ExecuteCommand(int id) {
1502 void RenderViewContextMenu::MenuWillShow() {
1508 void RenderViewContextMenu::MenuClosed() {
1518 bool RenderViewContextMenu::IsDevCommandEnabled(int id) const {
1553 string16 RenderViewContextMenu::PrintableSelectionText() {
1560 void RenderViewContextMenu::OpenURL(
1567 void RenderViewContextMenu::CopyImageAt(int x, int y) {
1571 void RenderViewContextMenu::Inspect(int x, int y) {
1578 void RenderViewContextMenu::WriteURLToClipboard(const GURL& url) {
1585 void RenderViewContextMenu::MediaPlayerActionAt(