OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirstGlobalErrorWithBubbleView
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/global_error/
global_error_service.h
51
GlobalError*
GetFirstGlobalErrorWithBubbleView
() const;
global_error_service_browsertest.cc
75
EXPECT_EQ(error, service->
GetFirstGlobalErrorWithBubbleView
());
81
EXPECT_EQ(NULL, service->
GetFirstGlobalErrorWithBubbleView
());
96
EXPECT_EQ(error, service->
GetFirstGlobalErrorWithBubbleView
());
102
EXPECT_EQ(NULL, service->
GetFirstGlobalErrorWithBubbleView
());
128
EXPECT_EQ(error.get(), service->
GetFirstGlobalErrorWithBubbleView
());
global_error_service.cc
67
GlobalError* GlobalErrorService::
GetFirstGlobalErrorWithBubbleView
() const {
/external/chromium_org/chrome/browser/first_run/
first_run.cc
404
if (global_error_service->
GetFirstGlobalErrorWithBubbleView
() != NULL)
/external/chromium_org/chrome/browser/ui/
browser.cc
[
all
...]
Completed in 37 milliseconds