/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.h | 175 struct Reply { struct 183 Reply(Type type) in Reply() argument 188 virtual ~Reply() { } in ~Reply() argument 193 struct InstantiatePluginReply : public Reply { argument 197 : Reply(InstantiatePlugin) in InstantiatePluginReply() 209 struct GetScriptableNPObjectReply : public Reply { 210 static const Reply::Type ReplyType = GetScriptableNPObject; 213 : Reply(ReplyType) in GetScriptableNPObjectReply() 221 struct BooleanReply : public Reply { 222 static const Reply::Type ReplyType = Boolean; [all …]
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectProxy.cpp | 62 …ssageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::Deallocate::Reply(), m_npObjectID); in ~NPObjectProxy() 103 …:HasMethod(methodNameData), Messages::NPObjectMessageReceiver::HasMethod::Reply(returnValue), m_np… in hasMethod() 122 …ethodNameData, argumentsData), Messages::NPObjectMessageReceiver::Invoke::Reply(returnValue, resul… in invoke() 144 …Default(argumentsData), Messages::NPObjectMessageReceiver::InvokeDefault::Reply(returnValue, resul… in invokeDefault() 163 …operty(propertyNameData), Messages::NPObjectMessageReceiver::HasProperty::Reply(returnValue), m_np… in hasProperty() 179 …operty(propertyNameData), Messages::NPObjectMessageReceiver::GetProperty::Reply(returnValue, resul… in getProperty() 199 …Data, propertyValueData), Messages::NPObjectMessageReceiver::SetProperty::Reply(returnValue), m_np… in setProperty() 214 …rty(propertyNameData), Messages::NPObjectMessageReceiver::RemoveProperty::Reply(returnValue), m_np… in removeProperty() 228 …ssageReceiver::Enumerate(), Messages::NPObjectMessageReceiver::Enumerate::Reply(returnValue, ident… in enumerate() 256 …::Construct(argumentsData), Messages::NPObjectMessageReceiver::Construct::Reply(returnValue, resul… in construct()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 4102 } Reply; in POST() typedef 4105 Reply *reply = (Reply *)ARG1; in POST() 4137 } Reply; in POST() typedef 4140 Reply *reply = (Reply *)ARG1; in POST() 4166 } Reply; in POST() typedef 4169 Reply *reply = (Reply *)ARG1; in POST() 4200 } Reply; in POST() typedef 4203 Reply *reply = (Reply *)ARG1; in POST() 4322 } Reply; in POST() typedef 4325 Reply *reply = (Reply *)ARG1; in POST() [all …]
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPageProxyMac.mm | 146 …ementRangeStart, replacementRangeEnd), Messages::WebPage::SetComposition::Reply(m_editorState), m_… 151 …es::WebPage::ConfirmComposition(), Messages::WebPage::ConfirmComposition::Reply(m_editorState), m_… 157 …placementRangeStart, replacementRangeEnd), Messages::WebPage::InsertText::Reply(handled, m_editorS… 163 …c(Messages::WebPage::GetMarkedRange(), Messages::WebPage::GetMarkedRange::Reply(location, length),… 168 …ssages::WebPage::GetSelectedRange(), Messages::WebPage::GetSelectedRange::Reply(location, length),… 173 …ge(location, length), Messages::WebPage::GetAttributedSubstringFromRange::Reply(result), m_pageID); 179 …CharacterIndexForPoint(point), Messages::WebPage::CharacterIndexForPoint::Reply(result), m_pageID); 186 …erRange(location, length), Messages::WebPage::FirstRectForCharacterRange::Reply(resultRect), m_pag… 193 …teKeypressCommands(commands), Messages::WebPage::ExecuteKeypressCommands::Reply(result, m_editorSt… 201 …ardName, pasteboardTypes), Messages::WebPage::WriteSelectionToPasteboard::Reply(result), m_pageID,… [all …]
|
/external/chromium/chrome/browser/extensions/ |
D | extension_test_message_listener.cc | 33 void ExtensionTestMessageListener::Reply(const std::string& message) { in Reply() function in ExtensionTestMessageListener 36 function_->Reply(message); in Reply() 51 function_->Reply(""); in Observe()
|
D | extension_incognito_apitest.cc | 140 listener.Reply("go"); in IN_PROC_BROWSER_TEST_F() 141 listener_incognito.Reply("go"); in IN_PROC_BROWSER_TEST_F()
|
D | extension_test_message_listener.h | 59 void Reply(const std::string& message);
|
D | extension_test_api.h | 48 void Reply(const std::string& message);
|
D | extension_test_api.cc | 88 void ExtensionTestSendMessageFunction::Reply(const std::string& message) { in Reply() function in ExtensionTestSendMessageFunction
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProxy.cpp | 102 …ratedCompositingEnabled()), Messages::WebProcessConnection::CreatePlugin::Reply(result, remoteLaye… in initialize() 117 …ion::DestroyPlugin(m_pluginInstanceID), Messages::WebProcessConnection::DestroyPlugin::Reply(), 0); in destroy() 131 …:PaintEntirePlugin(), Messages::PluginControllerProxy::PaintEntirePlugin::Reply(), m_pluginInstanc… in paint() 157 …inControllerProxy::Snapshot(), Messages::PluginControllerProxy::Snapshot::Reply(snapshotStoreHandl… in snapshot() 272 …ouseEvent(mouseEvent), Messages::PluginControllerProxy::HandleMouseEvent::Reply(handled), m_plugin… in handleMouseEvent() 281 …heelEvent(wheelEvent), Messages::PluginControllerProxy::HandleWheelEvent::Reply(handled), m_plugin… in handleWheelEvent() 290 …mouseEnterEvent), Messages::PluginControllerProxy::HandleMouseEnterEvent::Reply(handled), m_plugin… in handleMouseEnterEvent() 299 …mouseLeaveEvent), Messages::PluginControllerProxy::HandleMouseLeaveEvent::Reply(handled), m_plugin… in handleMouseLeaveEvent() 308 …ent(keyboardEvent), Messages::PluginControllerProxy::HandleKeyboardEvent::Reply(handled), m_plugin… in handleKeyboardEvent() 323 …NPObject(), Messages::PluginControllerProxy::GetPluginScriptableNPObject::Reply(pluginScriptableNP… in pluginScriptableNPObject()
|
D | PluginProcessConnectionManager.cpp | 70 …ction(pluginPath), Messages::WebProcessProxy::GetPluginProcessConnection::Reply(connectionMachPort… in getPluginProcessConnection()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 259 …do(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::CanUndoRedo::Reply(result)); in canUndo() 266 …do(static_cast<uint32_t>(WebPageProxy::Redo)), Messages::WebPageProxy::CanUndoRedo::Reply(result)); in canRedo() 273 …tatic_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::ExecuteUndoRedo::Reply(result)); in undo() 279 …tatic_cast<uint32_t>(WebPageProxy::Redo)), Messages::WebPageProxy::ExecuteUndoRedo::Reply(result)); in redo() 394 Messages::WebPageProxy::CheckSpellingOfString::Reply(resultLocation, resultLength)); in checkSpellingOfString() 411 …Messages::WebPageProxy::CheckGrammarOfString::Reply(grammarDetails, resultLocation, resultLength)); in checkGrammarOfString() 434 …ebPageProxy::SpellingUIIsShowing(), Messages::WebPageProxy::SpellingUIIsShowing::Reply(isShowing)); in spellingUIIsShowing() 440 …roxy::GetGuessesForWord(word, context), Messages::WebPageProxy::GetGuessesForWord::Reply(guesses)); in getGuessesForWord()
|
D | WebChromeClient.cpp | 106 …::WebPageProxy::GetWindowFrame(), Messages::WebPageProxy::GetWindowFrame::Reply(newWindowFrame), m… in windowRect() 162 …Features, modifiers, mouseButton), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, paramet… in createWindow() 195 …::GetToolbarsAreVisible(), Messages::WebPageProxy::GetToolbarsAreVisible::Reply(toolbarsAreVisible… in toolbarsVisible() 209 …::GetStatusBarIsVisible(), Messages::WebPageProxy::GetStatusBarIsVisible::Reply(statusBarIsVisible… in statusbarVisible() 234 …roxy::GetMenuBarIsVisible(), Messages::WebPageProxy::GetMenuBarIsVisible::Reply(menuBarIsVisible),… in menubarVisible() 263 …ebFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_pa… in runBeforeUnloadConfirmPanel() 295 …Frame->frameID(), alertText), Messages::WebPageProxy::RunJavaScriptAlert::Reply(), m_page->pageID(… in runJavaScriptAlert() 306 …Frame->frameID(), message), Messages::WebPageProxy::RunJavaScriptConfirm::Reply(result), m_page->p… in runJavaScriptConfirm() 319 …D(), message, defaultValue), Messages::WebPageProxy::RunJavaScriptPrompt::Reply(result), m_page->p… in runJavaScriptPrompt() 489 …sages::WebPageProxy::PrintFrame(webFrame->frameID()), Messages::WebPageProxy::PrintFrame::Reply()); in print() [all …]
|
D | WebSearchPopupMenu.cpp | 71 …xy::LoadRecentSearches(name), Messages::WebPageProxy::LoadRecentSearches::Reply(resultItems), page… in loadRecentSearches()
|
D | WebPlatformStrategies.cpp | 108 … Messages::WebContext::GetPlugins::Reply(plugins), 0); in populatePluginCache()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | MessageSender.h | 57 …template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, double timeou… 62 …template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t dest…
|
D | Connection.h | 143 …template<typename T> bool sendSync(const T& message, const typename T::Reply& reply, uint64_t dest… 343 template<typename T> bool Connection::sendSync(const T& message, const typename T::Reply& reply, ui… in sendSync() 357 return replyDecoder->decode(const_cast<typename T::Reply&>(reply)); in sendSync()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebBackForwardListProxy.cpp | 176 …rdItemAtIndex(itemIndex), Messages::WebPageProxy::BackForwardItemAtIndex::Reply(itemID), m_page->p… in itemAtIndex() 191 …ForwardBackListCount(), Messages::WebPageProxy::BackForwardBackListCount::Reply(backListCount), m_… in backListCount() 203 …dForwardListCount(), Messages::WebPageProxy::BackForwardForwardListCount::Reply(forwardListCount),… in forwardListCount()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 224 …etWindowScriptNPObject(), Messages::PluginProxy::GetWindowScriptNPObject::Reply(windowScriptNPObje… in windowScriptNPObject() 243 …PluginElementNPObject(), Messages::PluginProxy::GetPluginElementNPObject::Reply(pluginElementNPObj… in pluginElementNPObject() 270 …VariantData, scriptString, allowPopups), Messages::PluginProxy::Evaluate::Reply(returnValue, resul… in evaluate() 317 …ginProxy::CookiesForURL(urlString), Messages::PluginProxy::CookiesForURL::Reply(proxyString), m_pl… in proxiesForURL() 327 …ginProxy::CookiesForURL(urlString), Messages::PluginProxy::CookiesForURL::Reply(cookieString), m_p… in cookiesForURL()
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.cpp | 94 …ataOfMIMEType(mimeType), Messages::DownloadProxy::ShouldDecodeSourceDataOfMIMEType::Reply(result))) in shouldDecodeSourceDataOfMIMEType() 104 …lename), Messages::DownloadProxy::DecideDestinationWithSuggestedFilename::Reply(destination, allow… in retrieveDestinationWithSuggestedFilename()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebProcessProxy.h | 66 …template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t dest… 188 bool WebProcessProxy::sendSync(const U& message, const typename U::Reply& reply, uint64_t destinati… in sendSync()
|
/external/bluetooth/bluez/doc/ |
D | mgmt-api.txt | 210 PIN Code Reply Command 221 PIN Code Negative Reply Command 250 User Confirmation Reply Command 260 User Confirmation Negative Reply Command
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 41 ATTRIBUTE Ascend-DHCP-Reply 147 integer 282 VALUE Ascend-DHCP-Reply DHCP-Reply-No 0 283 VALUE Ascend-DHCP-Reply DHCP-Reply-Yes 1
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebEditorClientMac.mm | 177 …stitutionsPanelIsShowing(), Messages::WebPageProxy::SubstitutionsPanelIsShowing::Reply(isShowing)); 244 …tring(text, length), checkingTypes), Messages::WebPageProxy::CheckTextOfParagraph::Reply(results)); 261 …issCorrectionPanelSoon(reason), Messages::WebPageProxy::DismissCorrectionPanelSoon::Reply(result));
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/ |
D | WebEditorClientGtk.cpp | 41 … Messages::WebPageProxy::GetEditorCommandsForKeyEvent::Reply(pendingEditorCommands), in getEditorCommandsForKeyEvent()
|