Home
last modified time | relevance | path

Searched refs:Internals (Results 1 – 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp205 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 …]
DInternals.h77 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/
DInternalsGeolocation.h41 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*);
DInternalsGeolocation.cpp45 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
DInternalsGeolocation.idl31 partial interface Internals {
/external/chromium_org/third_party/WebKit/Source/modules/vibration/testing/
DInternalsVibration.h39 class Internals; variable
43 static bool isVibrating(Internals&, Document*);
44 static Vector<unsigned> pendingVibrationPattern(Internals&, Document*);
DInternalsVibration.cpp40 bool InternalsVibration::isVibrating(Internals&, Document* document) in isVibrating() argument
46 Vector<unsigned> InternalsVibration::pendingVibrationPattern(Internals&, Document* document) in pendingVibrationPattern() argument
DInternalsVibration.idl31 partial interface Internals {
/external/chromium_org/third_party/WebKit/Source/core/testing/v8/
DWebCoreTestSupport.cpp47 …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/
DInternalsNavigatorContentUtils.h11 class Internals; variable
15 static void setNavigatorContentUtilsClientMock(Internals&, Document*);
DInternalsNavigatorContentUtils.cpp15 void InternalsNavigatorContentUtils::setNavigatorContentUtilsClientMock(Internals&, Document* docum… in setNavigatorContentUtilsClientMock() argument
DInternalsNavigatorContentUtils.idl5 partial interface Internals {
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DInternalsSpeechSynthesis.h37 class Internals; variable
41 static void enableMockSpeechSynthesizer(Internals&, Document*);
DInternalsSpeechSynthesis.cpp42 void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document* document) in enableMockSpeechSynthesizer() argument
DInternalsSpeechSynthesis.idl31 partial interface Internals {
/external/chromium_org/v8/src/
Dglobal-handles.cc46 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()
Dcontexts.h593 STATIC_ASSERT(kHeaderSize == Internals::kContextHeaderSize);
594 STATIC_ASSERT(EMBEDDER_DATA_INDEX == Internals::kContextEmbedderDataIndex);
Disolate.h990 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/
Dv8.h5791 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/
DInternalRuntimeFlags.h.tmpl28 If we do that, we also need to respect Internals::resetToConsistentState.
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/
Dindex.rst4 Sandbox Internals
/external/clang/www/
Dmenu.html.incl23 <a href="/docs/InternalsManual.html">Clang&nbsp;Internals</a>
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.h62 friend class Internals; variable
/external/chromium_org/v8/src/heap/
Dheap.h1078 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/
Ddescription.md1 Courgette Internals

123