Searched defs:GetLog (Results 1 - 11 of 11) sorted by path

/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py69 def GetLog(self): member in class:BaseTestResult
86 log = t.GetLog()
/external/chromium_org/chrome/browser/sync_file_system/
H A Dtask_logger.cc66 const TaskLogger::LogList& TaskLogger::GetLog() const { function in class:sync_file_system::TaskLogger
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc57 base::Bind(&SyncFileSystemInternalsHandler::GetLog,
134 void SyncFileSystemInternalsHandler::GetLog( function in class:syncfs_internals::SyncFileSystemInternalsHandler
182 sync_service->task_logger()->GetLog();
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py338 def GetLog(self, type): member in class:ChromeDriver
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_unittest.cc59 std::string GetLog() { function in class:content::__anon7135::TreeWalkingWebContentsLogger
202 EXPECT_EQ("", activity.GetLog());
206 EXPECT_EQ("RenderFrameCreated(14) -> 1: [14: []]", activity.GetLog());
208 EXPECT_EQ("RenderFrameCreated(18) -> 1: [14: [], 18: []]", activity.GetLog());
210 EXPECT_EQ("RenderFrameDeleted(14) -> 1: [18: []]", activity.GetLog());
212 EXPECT_EQ("RenderFrameDeleted(18) -> 1: []", activity.GetLog());
221 EXPECT_EQ("RenderFrameCreated(22) -> 1: [22: []]", activity.GetLog());
223 EXPECT_EQ("RenderFrameCreated(23) -> 1: [22: [], 23: []]", activity.GetLog());
232 activity.GetLog());
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dlogger_unittest.cc64 scoped_ptr<Log> GetLog() { function in class:extensions::core_api::cast_channel::CastChannelLoggerTest
120 scoped_ptr<Log> log = GetLog();
202 scoped_ptr<Log> log = GetLog();
229 scoped_ptr<Log> log = GetLog();
247 scoped_ptr<Log> log = GetLog();
263 scoped_ptr<Log> log = GetLog();
270 log = GetLog();
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp28 GetLog () function
38 Log *log(GetLog ());
51 Log *log (GetLog ());
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp29 GetLog () function
40 Log *log(GetLog ());
75 Log *log (GetLog ());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp28 GetLog () function
39 Log *log(GetLog ());
52 Log *log(GetLog ());
61 Log *log (GetLog ());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp188 LogChannelDWARF::GetLog () function in class:LogChannelDWARF
/external/lldb/source/
H A Dlldb-log.cpp33 GetLog () function
43 Log *log(GetLog ());
59 Log *log(GetLog ());
98 Log *log(GetLog ());
107 Log *log(GetLog ());

Completed in 2780 milliseconds