HomeSort by relevance Sort by last modified time
    Searched refs:WebScopedPtr (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestInterfaces.h 35 #include "public/testing/WebScopedPtr.h"
89 WebScopedPtr<AccessibilityController> m_accessibilityController;
90 WebScopedPtr<EventSender> m_eventSender;
91 WebScopedPtr<GamepadController> m_gamepadController;
92 WebScopedPtr<TextInputController> m_textInputController;
93 WebScopedPtr<TestRunner> m_testRunner;
99 WebScopedPtr<WebTestThemeEngineMock> m_themeEngine;
101 WebScopedPtr<WebTestThemeEngineWin> m_themeEngine;
103 WebScopedPtr<WebTestThemeEngineMac> m_themeEngine;
CppBoundClass.h 48 #include "public/testing/WebScopedPtr.h"
165 void bindGetterCallback(const std::string&, WebScopedPtr<GetterCallback>);
173 WebScopedPtr<GetterCallback> callback(new MemberGetterCallback<T>(static_cast<T*>(this), method));
194 void bindFallbackCallback(WebScopedPtr<Callback> fallbackCallback)
207 bindFallbackCallback(WebScopedPtr<Callback>(new MemberCallback<T>(static_cast<T*>(this), method)));
209 bindFallbackCallback(WebScopedPtr<Callback>());
223 WebScopedPtr<Callback> m_fallbackCallback;
CppBoundClass.cpp 78 GetterPropertyCallback(WebScopedPtr<CppBoundClass::GetterCallback> callback)
92 WebScopedPtr<CppBoundClass::GetterCallback> m_callback;
299 void CppBoundClass::bindGetterCallback(const string& name, WebScopedPtr<GetterCallback> callback)
TestPlugin.h 33 #include "public/testing/WebScopedPtr.h"
145 WebScopedPtr<blink::WebExternalTextureLayer> m_layer;
EventSender.h 42 #include "public/testing/WebScopedPtr.h"
195 WebScopedPtr<blink::WebContextMenuData> m_lastContextMenuData;
TestRunner.h 40 #include "public/testing/WebScopedPtr.h"
723 WebScopedPtr<WebPermissions> m_webPermissions;
725 WebScopedPtr<NotificationPresenter> m_notificationPresenter;
TestPlugin.cpp 219 m_layer = WebScopedPtr<WebExternalTextureLayer>(Platform::current()->compositorSupport()->createExternalTextureLayer(this));
TestRunner.cpp 79 InvokeCallbackTask(TestRunner* object, WebScopedPtr<CppVariant> callbackArguments)
92 WebScopedPtr<CppVariant> m_callbackArguments;
    [all...]
EventSender.cpp 327 m_lastContextMenuData = WebScopedPtr<WebContextMenuData>(new WebContextMenuData(contextMenuData));
    [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebScopedPtr.h 138 class WebScopedPtr: public WebScopedPtrBase<ObjectDeallocator<T>, T> {
140 inline WebScopedPtr() { }
141 explicit inline WebScopedPtr(T* ptr)
143 inline WebScopedPtr(const WebScopedPtr<T>& rhs)
WebTestInterfaces.h 34 #include "WebScopedPtr.h"
85 WebScopedPtr<TestInterfaces> m_interfaces;
WebTestProxy.h 34 #include "WebScopedPtr.h"
239 WebScopedPtr<SpellCheckClient> m_spellcheck;
240 WebScopedPtr<WebUserMediaClientMock> m_userMediaClient;
243 WebScopedPtr<SkCanvas> m_canvas;
253 WebScopedPtr<blink::WebGeolocationClientMock> m_geolocationClient;
254 WebScopedPtr<blink::WebMIDIClientMock> m_midiClient;
255 WebScopedPtr<MockWebSpeechRecognizer> m_speechRecognizer;
256 WebScopedPtr<MockWebSpeechInputController> m_speechInputController;
257 WebScopedPtr<MockWebValidationMessageClient> m_validationMessageClient;

Completed in 383 milliseconds