Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2811213002: Move ScriptState::GetExecutionContext (Part 6) (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 class ClientRectList; 47 class ClientRectList;
48 class DOMArrayBuffer; 48 class DOMArrayBuffer;
49 class DOMPoint; 49 class DOMPoint;
50 class DOMWindow; 50 class DOMWindow;
51 class Dictionary; 51 class Dictionary;
52 class DictionaryTest; 52 class DictionaryTest;
53 class Document; 53 class Document;
54 class DocumentMarker; 54 class DocumentMarker;
55 class Element; 55 class Element;
56 class ExceptionState; 56 class ExceptionState;
57 class ExecutionContext;
57 class GCObservation; 58 class GCObservation;
58 class HTMLInputElement; 59 class HTMLInputElement;
59 class HTMLMediaElement; 60 class HTMLMediaElement;
60 class HTMLSelectElement; 61 class HTMLSelectElement;
61 class HTMLVideoElement; 62 class HTMLVideoElement;
62 class InternalRuntimeFlags; 63 class InternalRuntimeFlags;
63 class InternalSettings; 64 class InternalSettings;
64 class LayerRectList; 65 class LayerRectList;
65 class LocalDOMWindow; 66 class LocalDOMWindow;
66 class LocalFrame; 67 class LocalFrame;
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 const String& marker_type, 562 const String& marker_type,
562 unsigned index, 563 unsigned index,
563 ExceptionState&); 564 ExceptionState&);
564 Member<InternalRuntimeFlags> runtime_flags_; 565 Member<InternalRuntimeFlags> runtime_flags_;
565 Member<Document> document_; 566 Member<Document> document_;
566 }; 567 };
567 568
568 } // namespace blink 569 } // namespace blink
569 570
570 #endif // Internals_h 571 #endif // Internals_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698