OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_instance
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkEventTracer.cpp
46
static void intialize_default_tracer(SkEventTracer*
current_instance
) {
47
if (NULL ==
current_instance
) {
/external/chromium_org/chrome/browser/chromeos/ui/
idle_logout_dialog_view.h
70
static IdleLogoutDialogView*
current_instance
();
idle_logout_dialog_view_browsertest.cc
53
IdleLogoutDialogView* dialog = IdleLogoutDialogView::
current_instance
();
59
EXPECT_TRUE(IdleLogoutDialogView::
current_instance
() == NULL);
idle_logout_dialog_view.cc
195
IdleLogoutDialogView* IdleLogoutDialogView::
current_instance
() {
function in class:chromeos::IdleLogoutDialogView
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
203
static MallocExtension*
current_instance
= NULL;
variable
206
current_instance
= new MallocExtension;
208
HeapLeakChecker::IgnoreObject(
current_instance
);
214
return
current_instance
;
225
current_instance
= implementation;
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
197
static MallocExtension*
current_instance
= NULL;
variable
200
current_instance
= new MallocExtension;
202
HeapLeakChecker::IgnoreObject(
current_instance
);
208
return
current_instance
;
219
current_instance
= implementation;
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc
626
SiteInstance*
current_instance
= render_frame_host_->GetSiteInstance();
local
638
if (
current_instance
!= new_instance.get()) {
640
current_instance
, new_instance.get(), frame_tree_node_->IsMainFrame());
808
SiteInstance*
current_instance
= render_frame_host_->GetSiteInstance();
local
1476
SiteInstance*
current_instance
= render_frame_host_->GetSiteInstance();
local
[
all
...]
render_frame_host_manager.h
401
SiteInstance*
current_instance
,
Completed in 405 milliseconds