OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bridge_
(Results
1 - 19
of
19
) sorted by null
/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
...]
importer.h
60
scoped_refptr<ImporterBridge>
bridge_
;
member in class:Importer
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);
external_process_importer_client.h
154
InProcessImporterBridge*
bridge_
;
member in class:ExternalProcessImporterClient
/external/chromium/chrome/browser/ui/cocoa/extensions/
extension_infobar_controller.h
36
scoped_ptr<InfobarBridge>
bridge_
;
variable
/external/chromium/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.h
18
HistoryMenuBridge*
bridge_
; // weak; owns us
variable
page_info_bubble_controller.h
20
scoped_ptr<PageInfoModel::PageInfoModelObserver>
bridge_
;
variable
search_engine_dialog_controller.h
31
scoped_refptr<SearchEngineDialogControllerBridge>
bridge_
;
variable
about_ipc_controller.h
33
scoped_ptr<AboutIPCBridge>
bridge_
;
variable
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.h
23
BookmarkMenuBridge*
bridge_
; // weak; owns me
variable
bookmark_bar_controller.h
194
scoped_ptr<BookmarkBarBridge>
bridge_
;
variable
/external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h
47
scoped_ptr<DownloadItemMac>
bridge_
;
variable
download_shelf_controller.h
51
scoped_ptr<DownloadShelf>
bridge_
;
variable
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h
83
scoped_ptr<TabStripModelObserverBridge>
bridge_
;
variable
Completed in 965 milliseconds