HomeSort by relevance Sort by last modified time
    Searched full:bridge_ (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge_unittest.mm 43 bridge_.reset(new TestBookmarkMenuBridge(browser_test_helper_.profile()));
44 EXPECT_TRUE(bridge_.get());
55 void InvalidateMenu() { bridge_->InvalidateMenu(); }
56 bool menu_is_valid() { return bridge_->menuIsValid_; }
87 scoped_ptr<TestBookmarkMenuBridge> bridge_;
91 BookmarkModel* model = bridge_->GetBookmarkModel();
92 bridge_->Loaded(model);
93 NSMenu* menu = bridge_->menu_.get();
94 bridge_->UpdateMenu(menu);
104 bridge_->UpdateMenu(menu)
    [all...]
bookmark_menu_cocoa_controller.mm 42 bridge_ = bridge;
43 DCHECK(bridge_);
65 bridge_->UpdateMenu(menu);
71 return bridge_->GetBookmarkModel()->GetNodeByID(identifier);
76 Browser* browser = Browser::GetTabbedBrowser(bridge_->GetProfile(), true);
78 browser = Browser::Create(bridge_->GetProfile());
93 Browser* browser = Browser::GetTabbedBrowser(bridge_->GetProfile(), true);
95 browser = Browser::Create(bridge_->GetProfile());
bookmark_menu_cocoa_controller.h 23 BookmarkMenuBridge* bridge_; // weak; owns me variable
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_cocoa_controller_unittest.mm 43 bridge_.reset(new HistoryMenuBridge(browser_test_helper_.profile()));
44 bridge_->controller_.reset(
45 [[FakeHistoryMenuController alloc] initWithBridge:bridge_.get()]);
53 bridge_->AddItemToMenu(item, menu, HistoryMenuBridge::kMostVisited, 0);
58 bridge_->AddItemToMenu(item, menu, HistoryMenuBridge::kMostVisited, 1);
62 return bridge_->menu_item_map_;
66 return static_cast<FakeHistoryMenuController*>(bridge_->controller_.get());
71 scoped_ptr<HistoryMenuBridge> bridge_;
history_menu_cocoa_controller.mm 22 bridge_ = bridge;
23 DCHECK(bridge_);
35 Browser* browser = Browser::GetOrCreateTabbedBrowser(bridge_->profile());
41 TabRestoreService* service = bridge_->profile()->GetTabRestoreService();
54 bridge_->HistoryItemForMenuItem(sender);
history_menu_bridge_unittest.mm 51 bridge_.reset(new MockBridge(browser_test_helper_.profile()));
59 bridge_->ClearMenuSection(menu, tag);
66 bridge_->AddItemToMenu(item, menu, tag, index);
78 [item setTarget:bridge_->controller_.get()];
102 bridge_->GetFaviconForHistoryItem(item);
107 bridge_->GotFaviconData(handle, favicon);
112 return bridge_->favicon_consumer_;
116 scoped_ptr<MockBridge> bridge_;
228 bridge_->TabRestoreServiceChanged(trs.get());
230 NSMenu* menu = bridge_->HistoryMenu()
    [all...]
history_menu_cocoa_controller.h 18 HistoryMenuBridge* bridge_; // weak; owns us variable
search_engine_dialog_controller.h 31 scoped_refptr<SearchEngineDialogControllerBridge> bridge_; variable
page_info_bubble_controller.h 20 scoped_ptr<PageInfoModel::PageInfoModelObserver> bridge_; variable
search_engine_dialog_controller.mm 76 bridge_ = new SearchEngineDialogControllerBridge(self);
87 searchEnginesModel_->AddObserver(bridge_.get());
93 bridge_.get(),
102 searchEnginesModel_->RemoveObserver(bridge_.get());
shell_dialogs_mac.mm 90 scoped_nsobject<SelectFileDialogBridge> bridge_;
111 bridge_([[SelectFileDialogBridge alloc]
227 modalDelegate:bridge_.get()
249 [open_dialog setDelegate:bridge_.get()];
254 modalDelegate:bridge_.get()
about_ipc_controller.h 33 scoped_ptr<AboutIPCBridge> bridge_; variable
  /external/chromium/webkit/glue/
websocketstreamhandle_impl.cc 56 DCHECK(!bridge_);
61 // |bridge_| is alive from Connect to DidClose, so Context must be alive
63 scoped_refptr<WebSocketStreamHandleBridge> bridge_; member in class:webkit_glue::WebSocketStreamHandleImpl::Context
71 bridge_(NULL) {
76 DCHECK(!bridge_);
77 bridge_ = WebSocketStreamHandleBridge::Create(handle_, this);
79 bridge_->Connect(url);
84 DCHECK(bridge_);
85 return bridge_->Send(
91 if (bridge_)
    [all...]
weburlloader_impl.cc 323 scoped_ptr<ResourceLoaderBridge> bridge_; member in class:webkit_glue::WebURLLoaderImpl::Context
340 if (bridge_.get())
341 bridge_->Cancel();
354 if (bridge_.get())
355 bridge_->SetDefersLoading(value);
361 DCHECK(!bridge_.get());
446 bridge_.reset(ResourceLoaderBridge::Create(request_info));
460 bridge_->AppendDataToUpload(
466 bridge_->AppendFileToUpload(
469 bridge_->AppendFileRangeToUpload
    [all...]
  /external/chromium/chrome/browser/importer/
external_process_importer_client.cc 32 bridge_(bridge),
34 bridge_->AddRef();
39 bridge_->Release();
105 bridge_->NotifyStarted();
122 bridge_->NotifyItemStarted(static_cast<importer::ImportItem>(item_data));
131 bridge_->NotifyItemEnded(import_item);
157 bridge_->SetHistoryItems(history_rows_,
166 bridge_->AddHomePage(home_page);
192 bridge_->AddBookmarkEntries(bookmarks_, bookmarks_first_folder_name_,
214 bridge_->SetFavicons(favicons_)
    [all...]
safari_importer.mm 74 bridge_ = bridge;
76 bridge_->NotifyStarted();
82 bridge_->NotifyItemStarted(importer::HISTORY);
84 bridge_->NotifyItemEnded(importer::HISTORY);
87 bridge_->NotifyItemStarted(importer::FAVORITES);
89 bridge_->NotifyItemEnded(importer::FAVORITES);
92 bridge_->NotifyItemStarted(importer::PASSWORDS);
94 bridge_->NotifyItemEnded(importer::PASSWORDS);
96 bridge_->NotifyEnded();
106 bridge_->GetLocalizedString(IDS_BOOKMARK_GROUP_FROM_SAFARI)
    [all...]
firefox3_importer.cc 72 bridge_ = bridge;
77 bridge_->NotifyStarted();
85 bridge_->NotifyItemStarted(importer::HISTORY);
87 bridge_->NotifyItemEnded(importer::HISTORY);
91 bridge_->NotifyItemStarted(importer::FAVORITES);
93 bridge_->NotifyItemEnded(importer::FAVORITES);
96 bridge_->NotifyItemStarted(importer::SEARCH_ENGINES);
98 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
101 bridge_->NotifyItemStarted(importer::PASSWORDS);
103 bridge_->NotifyItemEnded(importer::PASSWORDS)
    [all...]
firefox2_importer.cc 53 bridge_ = bridge;
61 bridge_->NotifyStarted();
69 bridge_->NotifyItemStarted(importer::HISTORY);
71 bridge_->NotifyItemEnded(importer::HISTORY);
75 bridge_->NotifyItemStarted(importer::FAVORITES);
77 bridge_->NotifyItemEnded(importer::FAVORITES);
80 bridge_->NotifyItemStarted(importer::SEARCH_ENGINES);
82 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
85 bridge_->NotifyItemStarted(importer::PASSWORDS);
87 bridge_->NotifyItemEnded(importer::PASSWORDS)
    [all...]
ie_importer.cc 86 bridge_ = bridge;
89 bridge_->NotifyStarted();
98 bridge_->NotifyItemStarted(importer::HISTORY);
100 bridge_->NotifyItemEnded(importer::HISTORY);
103 bridge_->NotifyItemStarted(importer::FAVORITES);
105 bridge_->NotifyItemEnded(importer::FAVORITES);
108 bridge_->NotifyItemStarted(importer::SEARCH_ENGINES);
110 bridge_->NotifyItemEnded(importer::SEARCH_ENGINES);
113 bridge_->NotifyItemStarted(importer::PASSWORDS);
119 bridge_->NotifyItemEnded(importer::PASSWORDS)
    [all...]
toolbar_importer.cc 67 bridge_ = bridge;
71 bridge_->NotifyStarted();
169 if (bridge_)
170 bridge_->NotifyEnded();
175 bridge_->NotifyItemStarted(importer::FAVORITES);
180 bridge_->NotifyItemEnded(importer::FAVORITES);
260 bridge_->GetLocalizedString(IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR)))
555 bridge_->GetLocalizedString(IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR);
558 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
importer.h 60 scoped_refptr<ImporterBridge> bridge_; member in class:Importer
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_infobar_controller.h 36 scoped_ptr<InfobarBridge> bridge_; variable
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.mm 103 // Must be called before [self view], so that bridge_ is set in awakeFromNib
104 bridge_.reset(new DownloadItemMac(downloadModel, self));
130 [self setStateFromDownload:bridge_->download_model()];
156 bridge_->LoadIcon();
161 DCHECK_EQ(bridge_->download_model(), downloadModel);
272 DownloadItem* download = bridge_->download_model()->download();
285 return bridge_->download_model()->download();
345 bridge_->download_model()->download()->DangerousDownloadValidated();
351 DownloadItem* download = bridge_->download_model()->download();
download_shelf_controller.mm 117 bridge_.reset(new DownloadShelfMac(browser, self));
191 if (bridge_.get() && bridge_->browser() && bridge_->browser()->profile()) {
193 ThemeServiceFactory::GetForProfile(bridge_->browser()->profile());
210 bridge_->browser()->ShowDownloadsTab();
273 return bridge_.get();
291 bridge_->Close();
download_item_controller.h 47 scoped_ptr<DownloadItemMac> bridge_; variable

Completed in 1985 milliseconds

1 2