OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Supplementable
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentSupplementable.h
31
#include "platform/
Supplementable
.h"
37
typedef
Supplementable
<Document> DocumentSupplementable;
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerSupplementable.h
31
#include "platform/
Supplementable
.h"
37
typedef
Supplementable
<WorkerGlobalScope> WorkerSupplementable;
WorkerClients.h
34
#include "platform/
Supplementable
.h"
42
class WorkerClients : public
Supplementable
<WorkerClients> {
WorkerNavigator.h
31
#include "platform/
Supplementable
.h"
38
class WorkerNavigator : public RefCounted<WorkerNavigator>, public ScriptWrappable, public NavigatorBase, public
Supplementable
<WorkerNavigator> {
/external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h
40
// What you should know about
Supplementable
and Supplement
42
//
Supplementable
and Supplement instances are meant to be thread local. They
51
// as its key. The
Supplementable
's SupplementMap will use the address of the
83
//
Supplementable
object is passed to the final destination thread (i.e.
91
class
Supplementable
;
101
static void provideTo(
Supplementable
<T>* host, const char* key, PassOwnPtr<Supplement<T> > supplement)
106
static Supplement<T>* from(
Supplementable
<T>* host, const char* key)
113
class
Supplementable
{
143
Supplementable
() : m_threadId(currentThread()) { }
RefCountedSupplement.h
29
#include "platform/
Supplementable
.h"
56
static void provideTo(
Supplementable
<T>* host, const char* key, PassRefPtr<ThisType> supplement)
61
static ThisType* from(
Supplementable
<T>* host, const char* key)
/external/chromium_org/third_party/WebKit/Source/core/frame/
Navigator.h
26
#include "platform/
Supplementable
.h"
41
class Navigator : public NavigatorBase, public ScriptWrappable, public RefCounted<Navigator>, public DOMWindowProperty, public
Supplementable
<Navigator> {
DOMWindow.h
34
#include "platform/
Supplementable
.h"
92
class DOMWindow : public RefCounted<DOMWindow>, public ScriptWrappable, public EventTargetWithInlineData, public FrameDestructionObserver, public
Supplementable
<DOMWindow>, public LifecycleContext<DOMWindow> {
/external/chromium_org/third_party/WebKit/Source/core/page/
PageGroup.h
30
#include "platform/
Supplementable
.h"
49
class PageGroup : public
Supplementable
<PageGroup>, public RefCounted<PageGroup> {
Page.h
31
#include "platform/
Supplementable
.h"
86
class Page : public
Supplementable
<Page>, public LifecycleContext<Page>, public SettingsDelegate {
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObject.h
36
#include "platform/
Supplementable
.h"
52
class ChromiumDataObject : public RefCounted<ChromiumDataObject>, public
Supplementable
<ChromiumDataObject> {
Completed in 140 milliseconds