HomeSort by relevance Sort by last modified time
    Searched full:m_delegate (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 456 , m_delegate(0)
478 m_delegate = delegate;
535 return new MockColorChooser(client, m_delegate, this);
561 dataUtf8 += dumpAllBackForwardLists(m_testInterfaces, m_delegate);
750 m_speechRecognizer->setDelegate(m_delegate);
793 m_delegate->postDelayedTask(new HostMethodTask(this, &WebTestProxyBase::animateNow), 1);
908 m_delegate->printMessage(message + "\n");
925 m_delegate->printMessage("EDITING DELEGATE: shouldBeginEditingInDOMRange:");
926 printRangeDescription(m_delegate, range);
927 m_delegate->printMessage("\n")
    [all...]
GamepadController.cpp 61 m_delegate = delegate;
72 m_delegate->printMessage("Invalid args");
83 m_delegate->setGamepadData(m_gamepads);
90 m_delegate->printMessage("Invalid args");
101 m_delegate->setGamepadData(m_gamepads);
108 m_delegate->printMessage("Invalid args");
119 m_delegate->setGamepadData(m_gamepads);
126 m_delegate->printMessage("Invalid args");
136 m_delegate->setGamepadData(m_gamepads);
143 m_delegate->printMessage("Invalid args")
    [all...]
NotificationPresenter.cpp 68 : m_delegate(0)
100 m_delegate->printMessage(string("REPLACING NOTIFICATION ") + m_replacements.find(replaceId)->second + "\n");
106 m_delegate->printMessage(string("DESKTOP NOTIFICATION: contents at ") + string(notification.url().spec()) + "\n");
108 m_delegate->printMessage("DESKTOP NOTIFICATION:");
109 m_delegate->printMessage(notification.direction() == WebTextDirectionRightToLeft ? "(RTL)" : "");
110 m_delegate->printMessage(" icon ");
111 m_delegate->printMessage(notification.iconURL().isEmpty() ? "" : notification.iconURL().spec().data());
112 m_delegate->printMessage(", title ");
113 m_delegate->printMessage(notification.title().isEmpty() ? "" : notification.title().utf8().data());
114 m_delegate->printMessage(", text ")
    [all...]
WebPermissions.cpp 43 : m_delegate(0)
55 if (m_dumpCallbacks && m_delegate)
56 m_delegate->printMessage(std::string("PERMISSION CLIENT: allowImage(") + normalizeLayoutTestURL(imageURL.spec()) + "): " + (allowed ? "true" : "false") + "\n");
63 if (m_dumpCallbacks && m_delegate)
64 m_delegate->printMessage(std::string("PERMISSION CLIENT: allowScriptFromSource(") + normalizeLayoutTestURL(scriptURL.spec()) + "): " + (allowed ? "true" : "false") + "\n");
120 m_delegate = delegate;
WebUserMediaClientMock.cpp 78 : m_delegate(delegate)
88 m_delegate->postTask(new UserMediaRequestTask(this, request, WebMediaStream()));
94 m_delegate->postTask(new UserMediaRequestTask(this, request, WebMediaStream()));
99 m_delegate->postTask(new UserMediaRequestTask(this, request, WebMediaStream()));
125 m_delegate->postTask(new UserMediaRequestTask(this, request, stream));
MockWebRTCDTMFSenderHandler.cpp 61 , m_delegate(delegate)
88 m_delegate->postTask(new DTMFSenderToneTask(this, m_client));
89 m_delegate->postTask(new DTMFSenderToneTask(this, m_client));
MockWebValidationMessageClient.cpp 42 : m_delegate(0)
52 m_delegate = delegate;
57 m_delegate->printMessage(std::string("ValidationMessageClient: main-message=") + std::string(message.utf8()) + " sub-message=" + std::string(subMessage.utf8()) + "\n");
TestRunner.cpp 111 m_controller->m_delegate->postTask(new WorkQueueTask(this));
113 m_controller->m_delegate->testFinished();
120 bool startedLoad = m_queue.front()->run(m_controller->m_delegate, m_controller->m_webView);
128 m_controller->m_delegate->testFinished();
155 , m_delegate(0)
344 m_delegate = delegate;
389 if (m_delegate) {
391 m_delegate->setDatabaseQuota(5 * 1024 * 1024);
392 m_delegate->setDeviceScaleFactor(1);
393 m_delegate->setAcceptAllCookies(false)
    [all...]
MockWebRTCDataChannelHandler.cpp 61 , m_delegate(delegate)
70 m_delegate->postTask(new DataChannelReadyStateTask(this, m_client, WebRTCDataChannelHandlerClient::ReadyStateOpen));
125 m_delegate->postTask(new DataChannelReadyStateTask(this, m_client, WebRTCDataChannelHandlerClient::ReadyStateClosed));
AccessibilityControllerChromium.h 64 void setDelegate(WebTestDelegate* delegate) { m_delegate = delegate; }
90 WebTestDelegate* m_delegate; member in class:WebTestRunner::AccessibilityController
MockColorChooser.cpp 59 , m_delegate(delegate)
76 m_delegate->postDelayedTask(new HostMethodTask(this, &MockColorChooser::invokeDidEndChooser), 0);
NotificationPresenter.h 50 void setDelegate(WebTestDelegate* delegate) { m_delegate = delegate; }
68 WebTestDelegate* m_delegate; member in class:WebTestRunner::NotificationPresenter
MockWebSpeechInputController.cpp 63 , m_delegate(0)
73 m_delegate = delegate;
114 m_delegate->postTask(m_speechTask);
147 m_delegate->postTask(m_speechTask);
MockWebSpeechRecognizer.cpp 112 , m_delegate(0)
123 m_delegate = delegate;
214 m_delegate->postTask(new StepTask(this));
244 m_object->m_delegate->postTask(new StepTask(m_object));
EventSender.cpp 254 : m_delegate(0)
367 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
388 m_delegate->printMessage(std::string("Filename being dragged: ") + filename.utf8().data() + "\n");
410 if ((getCurrentEventTimeSec(m_delegate) - lastClickTimeSec < multipleClickTimeSec)
441 initMouseEvent(WebInputEvent::MouseDown, buttonType, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
468 initMouseEvent(WebInputEvent::MouseUp, buttonType, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
525 initMouseEvent(WebInputEvent::MouseMove, pressedButton, mousePos, &event, getCurrentEventTimeSec(m_delegate));
678 m_delegate->setEditCommand(editCommand, "");
684 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
688 m_delegate->clearEditCommand()
    [all...]
MockColorChooser.h 56 WebTestDelegate* m_delegate; member in class:WebTestRunner::MockColorChooser
MockWebRTCDTMFSenderHandler.h 61 WebTestDelegate* m_delegate; member in class:WebTestRunner::MockWebRTCDTMFSenderHandler
MockWebValidationMessageClient.h 52 WebTestDelegate* m_delegate; member in class:WebTestRunner::MockWebValidationMessageClient
WebUserMediaClientMock.h 58 WebTestDelegate* m_delegate; member in class:WebTestRunner::WebUserMediaClientMock
TestInterfaces.cpp 58 , m_delegate(0)
104 m_delegate = delegate;
183 return m_delegate;
MockWebRTCPeerConnectionHandler.cpp 159 , m_delegate(delegate)
166 WebRTCDataChannelHandler* remoteDataChannel = new MockWebRTCDataChannelHandler("MockRemoteDataChannel", init, m_delegate);
172 WebTestDelegate* m_delegate; member in class:WebTestRunner::RemoteDataChannelTask
GamepadController.h 67 WebTestDelegate* m_delegate; member in class:WebTestRunner::GamepadController
MockWebRTCDataChannelHandler.h 67 WebTestDelegate* m_delegate; member in class:WebTestRunner::MockWebRTCDataChannelHandler
MockWebSpeechInputController.h 91 WebTestDelegate* m_delegate; member in class:WebTestRunner::MockWebSpeechInputController
  /external/emma/core/java12/com/vladium/util/
IProperties.java 151 if ((value == null) && (m_delegate != null))
153 value = m_delegate.getProperty (key, null);
182 for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
230 return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmpty ()));
304 m_delegate = null;
315 if (m_delegate != null)
316 result.addAll (m_delegate.unmappedKeySet ())
356 private PropertiesImpl m_delegate; field in class:IProperties.Factory.PropertiesImpl
    [all...]

Completed in 194 milliseconds

1 2