/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 205 const char* Internals::internalsId = "internals"; 207 Internals* Internals::create(Document* document) in create() 209 return new Internals(document); in create() 212 Internals::~Internals() in ~Internals() 216 void Internals::resetToConsistentState(Page* page) in resetToConsistentState() 238 Internals::Internals(Document* document) in Internals() function in blink::Internals 244 Document* Internals::contextDocument() const in contextDocument() 249 LocalFrame* Internals::frame() const in frame() 256 InternalSettings* Internals::settings() const in settings() 267 InternalRuntimeFlags* Internals::runtimeFlags() const in runtimeFlags() [all …]
|
D | Internals.h | 77 class Internals FINAL : public GarbageCollectedFinalized<Internals>, public ScriptWrappable, public… 80 static Internals* create(Document*); 81 virtual ~Internals(); 329 explicit Internals(Document*);
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/ |
D | InternalsGeolocation.h | 41 class Internals; variable 45 static void setGeolocationClientMock(Internals&, Document*); 46 …static void setGeolocationPosition(Internals&, Document*, double latitude, double longitude, doubl… 47 … static void setGeolocationPositionUnavailableError(Internals&, Document*, const String& message); 48 static void setGeolocationPermission(Internals&, Document*, bool allowed); 49 static int numberOfPendingGeolocationPermissionRequests(Internals&, Document*);
|
D | InternalsGeolocation.cpp | 45 void InternalsGeolocation::setGeolocationClientMock(Internals&, Document* document) in setGeolocationClientMock() argument 56 void InternalsGeolocation::setGeolocationPosition(Internals&, Document* document, double latitude, … in setGeolocationPosition() argument 65 void InternalsGeolocation::setGeolocationPositionUnavailableError(Internals&, Document* document, c… in setGeolocationPositionUnavailableError() argument 74 void InternalsGeolocation::setGeolocationPermission(Internals&, Document* document, bool allowed) in setGeolocationPermission() argument 83 int InternalsGeolocation::numberOfPendingGeolocationPermissionRequests(Internals&, Document* docume… in numberOfPendingGeolocationPermissionRequests() argument
|
D | InternalsGeolocation.idl | 31 partial interface Internals {
|
/external/chromium_org/third_party/WebKit/Source/modules/vibration/testing/ |
D | InternalsVibration.h | 39 class Internals; variable 43 static bool isVibrating(Internals&, Document*); 44 static Vector<unsigned> pendingVibrationPattern(Internals&, Document*);
|
D | InternalsVibration.cpp | 40 bool InternalsVibration::isVibrating(Internals&, Document* document) in isVibrating() argument 46 Vector<unsigned> InternalsVibration::pendingVibrationPattern(Internals&, Document* document) in pendingVibrationPattern() argument
|
D | InternalsVibration.idl | 31 partial interface Internals {
|
/external/chromium_org/third_party/WebKit/Source/core/testing/v8/ |
D | WebCoreTestSupport.cpp | 47 …bal->Set(v8::String::NewFromUtf8(scriptState->isolate(), Internals::internalsId), toV8(Internals::… in injectInternalsObject() 60 Internals::resetToConsistentState(page); in resetInternalsObject()
|
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/ |
D | InternalsNavigatorContentUtils.h | 11 class Internals; variable 15 static void setNavigatorContentUtilsClientMock(Internals&, Document*);
|
D | InternalsNavigatorContentUtils.cpp | 15 void InternalsNavigatorContentUtils::setNavigatorContentUtilsClientMock(Internals&, Document* docum… in setNavigatorContentUtilsClientMock() argument
|
D | InternalsNavigatorContentUtils.idl | 5 partial interface Internals {
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/ |
D | InternalsSpeechSynthesis.h | 37 class Internals; variable 41 static void enableMockSpeechSynthesizer(Internals&, Document*);
|
D | InternalsSpeechSynthesis.cpp | 42 void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document* document) in enableMockSpeechSynthesizer() argument
|
D | InternalsSpeechSynthesis.idl | 31 partial interface Internals {
|
/external/chromium_org/v8/src/ |
D | global-handles.cc | 46 DCHECK(OFFSET_OF(Node, class_id_) == Internals::kNodeClassIdOffset); in Node() 47 DCHECK(OFFSET_OF(Node, flags_) == Internals::kNodeFlagsOffset); in Node() 49 Internals::kNodeStateMask); in Node() 50 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue); in Node() 51 STATIC_ASSERT(PENDING == Internals::kNodeStateIsPendingValue); in Node() 52 STATIC_ASSERT(NEAR_DEATH == Internals::kNodeStateIsNearDeathValue); in Node() 54 Internals::kNodeIsIndependentShift); in Node() 56 Internals::kNodeIsPartiallyDependentShift); in Node()
|
D | contexts.h | 593 STATIC_ASSERT(kHeaderSize == Internals::kContextHeaderSize); 594 STATIC_ASSERT(EMBEDDER_DATA_INDEX == Internals::kContextEmbedderDataIndex);
|
D | isolate.h | 990 DCHECK(slot < Internals::kNumIsolateDataSlots); in THREAD_LOCAL_TOP_ACCESSOR() 994 DCHECK(slot < Internals::kNumIsolateDataSlots); in GetData() 1126 void* embedder_data_[Internals::kNumIsolateDataSlots];
|
/external/chromium_org/v8/include/ |
D | v8.h | 5791 class Internals { 5944 typedef internal::Internals I; 6030 typedef internal::Internals I; 6039 typedef internal::Internals I; 6050 typedef internal::Internals I; 6118 typedef internal::Internals I; 6128 typedef internal::Internals I; 6147 typedef internal::Internals I; 6157 typedef internal::Internals I; 6199 typedef internal::Internals I; [all …]
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | InternalRuntimeFlags.h.tmpl | 28 If we do that, we also need to respect Internals::resetToConsistentState.
|
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/ |
D | index.rst | 4 Sandbox Internals
|
/external/clang/www/ |
D | menu.html.incl | 23 <a href="/docs/InternalsManual.html">Clang Internals</a>
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerScrollableArea.h | 62 friend class Internals; variable
|
/external/chromium_org/v8/src/heap/ |
D | heap.h | 1078 Internals::kUndefinedValueRootIndex); 1079 STATIC_ASSERT(kNullValueRootIndex == Internals::kNullValueRootIndex); 1080 STATIC_ASSERT(kTrueValueRootIndex == Internals::kTrueValueRootIndex); 1081 STATIC_ASSERT(kFalseValueRootIndex == Internals::kFalseValueRootIndex); 1082 STATIC_ASSERT(kempty_stringRootIndex == Internals::kEmptyStringRootIndex);
|
/external/chromium_org/courgette/ |
D | description.md | 1 Courgette Internals
|