OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebTraceLocation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebSchedulerProxy.h
13
class
WebTraceLocation
;
24
BLINK_PLATFORM_EXPORT void postInputTask(const
WebTraceLocation
&, WebThread::Task*);
28
BLINK_PLATFORM_EXPORT void postCompositorTask(const
WebTraceLocation
&, WebThread::Task*);
32
BLINK_PLATFORM_EXPORT void postIpcTask(const
WebTraceLocation
&, WebThread::Task*);
WebTraceLocation.h
11
class
WebTraceLocation
{
14
WebTraceLocation
(const char* functionName, const char* fileName)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSchedulerProxy.cpp
11
#include "public/platform/
WebTraceLocation
.h"
40
void WebSchedulerProxy::postInputTask(const
WebTraceLocation
& webLocation, WebThread::Task* task)
46
void WebSchedulerProxy::postCompositorTask(const
WebTraceLocation
& webLocation, WebThread::Task* task)
52
void WebSchedulerProxy::postIpcTask(const
WebTraceLocation
& webLocation, WebThread::Task* task)
/external/chromium_org/content/renderer/
scheduler_proxy_task_runner.h
12
#include "third_party/WebKit/public/platform/
WebTraceLocation
.h"
18
const blink::
WebTraceLocation
& location,
40
blink::
WebTraceLocation
location(from_here.function_name(),
Completed in 180 milliseconds