OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WTF_MAKE_NONCOPYABLE
(Results
1 - 25
of
363
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/wtf/
Noncopyable.h
27
#define
WTF_MAKE_NONCOPYABLE
(ClassName) \
32
#define
WTF_MAKE_NONCOPYABLE
(ClassName) \
/external/chromium_org/third_party/WebKit/Source/core/page/
WindowFocusAllowedIndicator.h
34
WTF_MAKE_NONCOPYABLE
(WindowFocusAllowedIndicator);
DragState.h
42
WTF_MAKE_NONCOPYABLE
(DragState);
PageGroupLoadDeferrer.h
32
WTF_MAKE_NONCOPYABLE
(PageGroupLoadDeferrer);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBPendingTransactionMonitor.h
42
WTF_MAKE_NONCOPYABLE
(IDBPendingTransactionMonitor);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionClient.h
44
WTF_MAKE_NONCOPYABLE
(SQLTransactionClient); WTF_MAKE_FAST_ALLOCATED;
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/
LocalCurrentGraphicsContext.h
32
WTF_MAKE_NONCOPYABLE
(LocalCurrentGraphicsContext);
45
WTF_MAKE_NONCOPYABLE
(ContextContainer);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MediaQueryResult.h
32
WTF_MAKE_NONCOPYABLE
(MediaQueryResult); WTF_MAKE_FAST_ALLOCATED;
TransformBuilder.h
43
WTF_MAKE_NONCOPYABLE
(TransformBuilder); WTF_MAKE_FAST_ALLOCATED;
/external/chromium_org/third_party/WebKit/Source/core/dom/
IgnoreDestructiveWriteCountIncrementer.h
34
WTF_MAKE_NONCOPYABLE
(IgnoreDestructiveWriteCountIncrementer);
TransformSource.h
32
WTF_MAKE_NONCOPYABLE
(TransformSource); WTF_MAKE_FAST_ALLOCATED;
UserTypingGestureIndicator.h
38
WTF_MAKE_NONCOPYABLE
(UserTypingGestureIndicator);
ScopedEventQueue.h
44
WTF_MAKE_NONCOPYABLE
(ScopedEventQueue); WTF_MAKE_FAST_ALLOCATED;
67
WTF_MAKE_NONCOPYABLE
(EventQueueScope);
UserGestureIndicator.h
53
WTF_MAKE_NONCOPYABLE
(UserGestureIndicatorDisabler);
64
WTF_MAKE_NONCOPYABLE
(UserGestureIndicator);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
NestingLevelIncrementer.h
34
WTF_MAKE_NONCOPYABLE
(NestingLevelIncrementer);
HTMLSourceTracker.h
37
WTF_MAKE_NONCOPYABLE
(HTMLSourceTracker);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoaderClient.h
42
WTF_MAKE_NONCOPYABLE
(DocumentThreadableLoaderClient);
FrameLoaderStateMachine.h
39
WTF_MAKE_NONCOPYABLE
(FrameLoaderStateMachine);
IconController.h
42
WTF_MAKE_NONCOPYABLE
(IconController);
MixedContentChecker.h
44
WTF_MAKE_NONCOPYABLE
(MixedContentChecker);
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerClients.h
43
WTF_MAKE_NONCOPYABLE
(WorkerClients);
/external/chromium_org/third_party/WebKit/Source/web/
PrerendererClientImpl.h
48
WTF_MAKE_NONCOPYABLE
(PrerendererClientImpl);
/external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingText.h
42
WTF_MAKE_NONCOPYABLE
(SurroundingText);
/external/chromium_org/third_party/WebKit/Source/core/html/
ValidationMessage.h
46
WTF_MAKE_NONCOPYABLE
(ValidationMessage); WTF_MAKE_FAST_ALLOCATED;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerConsoleAgent.h
40
WTF_MAKE_NONCOPYABLE
(WorkerConsoleAgent);
Completed in 1032 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>