OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createTerminate
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/storage/
LocalStorageTask.h
55
static PassOwnPtr<LocalStorageTask>
createTerminate
(LocalStorageThread* thread) { return adoptPtr(new LocalStorageTask(TerminateThread, thread)); }
LocalStorageThread.cpp
90
m_queue.append(LocalStorageTask::
createTerminate
(this));
Completed in 7548 milliseconds