OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_instance
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.mm
37
HungRendererController*
g_instance
= NULL;
53
DCHECK(!
g_instance
);
129
// We have to reset
g_instance
before autoreleasing the window,
133
g_instance
= nil;
187
if (!
g_instance
)
188
g_instance
= [[HungRendererController alloc]
190
[
g_instance
showForTabContents:contents];
195
if (!logging::DialogsAreSuppressed() &&
g_instance
)
196
[
g_instance
endForTabContents:contents];
/external/chromium/chrome/browser/ui/gtk/
hung_renderer_dialog_gtk.cc
57
HungRendererDialogGtk*
g_instance
= NULL;
member in namespace:__anon3155
186
DCHECK(
g_instance
== this);
207
delete
g_instance
;
208
g_instance
= NULL;
217
if (!
g_instance
)
218
g_instance
= new HungRendererDialogGtk();
219
g_instance
->ShowForTabContents(contents);
224
if (!logging::DialogsAreSuppressed() &&
g_instance
)
225
g_instance
->EndForTabContents(contents);
/external/chromium/chrome/browser/ui/views/
hung_renderer_view.cc
37
HungRendererDialogView*
g_instance
= NULL;
member in namespace:__anon3236
281
g_instance
= NULL;
455
if (!
g_instance
)
456
g_instance
= CreateHungRendererDialogView();
457
g_instance
->ShowForTabContents(contents);
462
if (!logging::DialogsAreSuppressed() &&
g_instance
)
463
g_instance
->EndForTabContents(contents);
Completed in 155 milliseconds