Searched refs:bridge_ (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.cc56 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...]
/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_client.cc32 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_
[all...]
H A Dfirefox3_importer.cc72 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_
[all...]
H A Dfirefox2_importer.cc53 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_
[all...]
H A Die_importer.cc86 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_
[all...]
H A Dimporter.h60 scoped_refptr<ImporterBridge> bridge_; member in class:Importer
/external/chromium_org/webkit/child/
H A Dwebsocketstreamhandle_impl.cc67 DCHECK(!bridge_.get());
72 // |bridge_| is alive from Connect to DidClose, so Context must be alive
74 scoped_refptr<WebSocketStreamHandleBridge> bridge_; member in class:webkit_glue::WebSocketStreamHandleImpl::Context
88 DCHECK(!bridge_.get());
89 bridge_ = platform->CreateWebSocketBridge(handle_, this);
91 bridge_->Connect(url);
96 DCHECK(bridge_.get());
97 return bridge_->Send(
103 if (bridge_.get())
104 bridge_
[all...]
/external/chromium/chrome/browser/ui/cocoa/
H A Dhistory_menu_cocoa_controller.h18 HistoryMenuBridge* bridge_; // weak; owns us variable
H A Dpage_info_bubble_controller.h20 scoped_ptr<PageInfoModel::PageInfoModelObserver> bridge_; variable
H A Dsearch_engine_dialog_controller.h31 scoped_refptr<SearchEngineDialogControllerBridge> bridge_; variable
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_cocoa_controller.h17 HistoryMenuBridge* bridge_; // weak; owns us variable
H A Dglobal_error_bubble_controller.h29 scoped_ptr<GlobalErrorBubbleControllerInternal::Bridge> bridge_; member in namespace:BaseBubbleController
H A Dtab_modal_confirm_dialog_mac.h53 base::scoped_nsobject<TabModalConfirmDialogMacBridge> bridge_; member in class:TabModalConfirmDialogMac
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_infobar_controller.h36 scoped_ptr<InfobarBridge> bridge_; variable
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dextension_infobar_controller.h34 scoped_ptr<InfobarBridge> bridge_; variable
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc34 bridge_(bridge),
118 bridge_->NotifyStarted();
135 bridge_->NotifyItemStarted(static_cast<importer::ImportItem>(item_data));
144 bridge_->NotifyItemEnded(import_item);
170 bridge_->SetHistoryItems(history_rows_,
179 bridge_->AddHomePage(home_page);
203 bridge_->AddBookmarks(bookmarks_, bookmarks_first_folder_name_);
223 bridge_->SetFavicons(favicons_);
231 bridge_->SetPasswordForm(form);
239 bridge_
[all...]
/external/chromium_org/chrome/utility/
H A Dprofile_import_handler.cc39 bridge_ = new ExternalProcessImporterBridge(
63 source_profile, items, bridge_));
82 bridge_ = NULL;
H A Dprofile_import_handler.h56 scoped_refptr<ExternalProcessImporterBridge> bridge_; member in class:chrome::ProfileImportHandler
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc130 bridge_(new WriterBridge(type)) {
137 RunOnMainThread(base::Bind(&WriterBridge::Truncate, bridge_,
144 RunOnMainThread(base::Bind(&WriterBridge::Write, bridge_,
151 RunOnMainThread(base::Bind(&WriterBridge::Cancel, bridge_,
157 DCHECK(!bridge_->waitable_event());
162 if (bridge_->waitable_event())
163 bridge_->WaitAndRun();
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_context_menu_cocoa_controller.h32 scoped_ptr<BookmarkContextMenuDelegateBridge> bridge_; variable
H A Dbookmark_menu_cocoa_controller.h21 BookmarkMenuBridge* bridge_; // weak; owns me variable
/external/chromium_org/chrome/utility/importer/
H A Dimporter.h39 scoped_refptr<ImporterBridge> bridge_; member in class:Importer
H A Dfirefox_importer.cc102 bridge_ = bridge;
111 bridge_->NotifyStarted();
113 bridge_->NotifyItemStarted(importer::HOME_PAGE);
115 bridge_->NotifyItemEnded(importer::HOME_PAGE);
122 bridge_->NotifyItemStarted(importer::HISTORY);
124 bridge_->NotifyItemEnded(importer::HISTORY);
128 bridge_->NotifyItemStarted(importer::FAVORITES);
130 bridge_->NotifyItemEnded(importer::FAVORITES);
133 bridge_->NotifyItemStarted(importer::SEARCH_ENGINES);
135 bridge_
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_adb_bridge.cc173 : bridge_(bridge),
176 bridge_->GetAdbMessageLoop()->PostTask(FROM_HERE,
177 base::Bind(&DevToolsAdbBridge::EnumerateUsbDevices, bridge_,
191 DCHECK_EQ(bridge_->GetAdbMessageLoop(), base::MessageLoop::current());
193 bridge_->EnumerateAdbDevices(
203 DCHECK_EQ(bridge_->GetAdbMessageLoop(), base::MessageLoop::current());
218 new DevToolsAdbBridge::RemoteDevice(bridge_, device));
220 new DevToolsAdbBridge::RemoteBrowser(bridge_, device, std::string());
237 DCHECK_EQ(bridge_->GetAdbMessageLoop(), base::MessageLoop::current());
246 new DevToolsAdbBridge::RemoteDevice(bridge_, devic
395 scoped_refptr<DevToolsAdbBridge> bridge_; member in class:__anon4699::AdbPagesCommand
419 scoped_refptr<DevToolsAdbBridge> bridge_; member in class:__anon4699::AdbProtocolCommand
[all...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_menu_cocoa_controller.h23 BookmarkMenuBridge* bridge_; // weak; owns me variable

Completed in 592 milliseconds

12