HomeSort by relevance Sort by last modified time
    Searched refs:Messages (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Utils.java 34 * A singleton Messages object is used to load the
38 public static final Messages messages= field in class:Utils
39 new Messages(SerializerMessages.class.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 20 import com.android.ide.eclipse.ddms.i18n.Messages;
56 Messages.PreferencePage_Base_Local_Debugger_Port, getFieldEditorParent());
62 Messages.PreferencePage_Thread_Updates_Enabled_By_Default, getFieldEditorParent());
66 Messages.PreferencePage_Heap_Updates_Enabled_Default, getFieldEditorParent());
70 Messages.PreferencePage_Thread_Status_Refresh_Interval, getFieldEditorParent());
75 Messages.PreferencePage_HPROF_Action, new String[][] {
77 Messages.PreferencePage_Save_Disk, HProfHandler.ACTION_SAVE
80 Messages.PreferencePage_Open_Eclipse, HProfHandler.ACTION_OPEN
86 Messages.PreferencePage_ADB_Connection_Time_Out, getFieldEditorParent());
91 Messages.PreferencePage_Logging_Level, 1, new String[][]
    [all...]
LogCatPreferencePage.java 34 import com.android.ide.eclipse.ddms.i18n.Messages;
56 Messages.LogCatPreferencePage_Display_Font, getFieldEditorParent());
61 Messages.LogCatPreferencePage_MaxMessages, getFieldEditorParent());
65 Messages.LogCatPreferencePage_Double_Click_Action, new String[][] {
67 Messages.LogCatPreferencePage_Go_To_Problem_Declararion,
71 Messages.LogCatPreferencePage_Go_To_Problem_Error_Line,
77 Messages.LogCatPreferencePage_Switch_Perspective, getFieldEditorParent());
93 Messages.LogCatPreferencePage_Switch_To, perspectives, getFieldEditorParent());
99 Messages.LogCatPreferencePage_AutoMonitorLogcat,
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 133 process()->send(Messages::WebPage::SetWindowIsVisible(windowIsVisible), m_pageID);
141 process()->send(Messages::WebPage::WindowAndViewFramesChanged(windowFrameInScreenCoordinates, viewFrameInWindowCoordinates, accessibilityViewCoordinates), m_pageID);
146 process()->sendSync(Messages::WebPage::SetComposition(text, underlines, selectionStart, selectionEnd, replacementRangeStart, replacementRangeEnd), Messages::WebPage::SetComposition::Reply(m_editorState), m_pageID);
151 process()->sendSync(Messages::WebPage::ConfirmComposition(), Messages::WebPage::ConfirmComposition::Reply(m_editorState), m_pageID);
157 process()->sendSync(Messages::WebPage::InsertText(text, replacementRangeStart, replacementRangeEnd), Messages::WebPage::InsertText::Reply(handled, m_editorState), m_pageID);
163 process()->sendSync(Messages::WebPage::GetMarkedRange(), Messages::WebPage::GetMarkedRange::Reply(location, length), m_pageID)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
Messages.java 6 public class Messages extends NLS {
7 private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.messages"; //$NON-NLS-1$
39 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
42 private Messages() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
Messages.java 6 public class Messages extends NLS {
7 private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.internal.preferences.messages"; //$NON-NLS-1$
38 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
41 private Messages() {
LaunchPreferencePage.java 35 setDescription(Messages.LaunchPreferencePage_Title);
41 Messages.LaunchPreferencePage_Default_Emu_Options, getFieldEditorParent()));
44 Messages.LaunchPreferencePage_Default_HOME_Package, getFieldEditorParent()));
BuildPreferencePage.java 52 setDescription(Messages.BuildPreferencePage_Title);
58 Messages.BuildPreferencePage_Auto_Refresh_Resources_on_Build,
71 Messages.BuildPreferencePage_Build_Output, 1, new String[][] {
72 { Messages.BuildPreferencePage_Silent, BuildVerbosity.ALWAYS.name() },
73 { Messages.BuildPreferencePage_Normal, BuildVerbosity.NORMAL.name() },
74 { Messages.BuildPreferencePage_Verbose, BuildVerbosity.VERBOSE.name() }
80 Messages.BuildPreferencePage_Default_KeyStore, getFieldEditorParent()));
83 Messages.BuildPreferencePage_Custom_Keystore, getFieldEditorParent()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/
Messages.java 21 public class Messages extends NLS {
22 private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.ndk.internal.messages"; //$NON-NLS-1$
58 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
61 private Messages() {
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.cpp 73 send(Messages::DownloadProxy::DidStart(m_request));
83 send(Messages::DownloadProxy::DidReceiveResponse(response));
88 send(Messages::DownloadProxy::DidReceiveData(length));
94 if (!sendSync(Messages::DownloadProxy::ShouldDecodeSourceDataOfMIMEType(mimeType), Messages::DownloadProxy::ShouldDecodeSourceDataOfMIMEType::Reply(result)))
104 if (!sendSync(Messages::DownloadProxy::DecideDestinationWithSuggestedFilename(filename), Messages::DownloadProxy::DecideDestinationWithSuggestedFilename::Reply(destination, allowOverwrite, sandboxExtensionHandle)))
125 send(Messages::DownloadProxy::DidCreateDestination(path));
132 send(Messages::DownloadProxy::DidFinish());
141 send(Messages::DownloadProxy::DidFail(error, resumeData))
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 102 if (!m_connection->connection()->sendSync(Messages::WebProcessConnection::CreatePlugin(m_pluginInstanceID, parameters, pluginController->userAgent(), pluginController->isPrivateBrowsingEnabled(), pluginController->isAcceleratedCompositingEnabled()), Messages::WebProcessConnection::CreatePlugin::Reply(result, remoteLayerClientID), 0) || !result) {
117 m_connection->connection()->sendSync(Messages::WebProcessConnection::DestroyPlugin(m_pluginInstanceID), Messages::WebProcessConnection::DestroyPlugin::Reply(), 0);
131 m_connection->connection()->sendSync(Messages::PluginControllerProxy::PaintEntirePlugin(), Messages::PluginControllerProxy::PaintEntirePlugin::Reply(), m_pluginInstanceID);
149 m_connection->connection()->send(Messages::PluginControllerProxy::DidUpdate(), m_pluginInstanceID);
157 m_connection->connection()->sendSync(Messages::PluginControllerProxy::Snapshot(), Messages::PluginControllerProxy::Snapshot::Reply(snapshotStoreHandle), m_pluginInstanceID);
178 m_connection->connection()->send(Messages::PluginControllerProxy::GeometryDidChange(frameRect, clipRect, pluginBackingStoreHandle), m_plugin (…)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.cpp 89 m_page->process()->send(Messages::WebInspector::Show(), m_page->pageID());
97 m_page->process()->send(Messages::WebInspector::Close(), m_page->pageID());
105 m_page->process()->send(Messages::WebInspector::ShowConsole(), m_page->pageID());
124 m_page->process()->send(Messages::WebInspector::StopJavaScriptDebugging(), m_page->pageID());
126 m_page->process()->send(Messages::WebInspector::StartJavaScriptDebugging(), m_page->pageID());
138 m_page->process()->send(Messages::WebInspector::StopJavaScriptProfiling(), m_page->pageID());
140 m_page->process()->send(Messages::WebInspector::StartJavaScriptProfiling(), m_page->pageID());
152 m_page->process()->send(Messages::WebInspector::StopPageProfiling(), m_page->pageID());
154 m_page->process()->send(Messages::WebInspector::StartPageProfiling(), m_page->pageID());
165 // Called by WebInspectorProxy messages
    [all...]
WebFullScreenManagerProxy.cpp 74 m_page->process()->send(Messages::WebFullScreenManager::WillEnterFullScreen(), m_page->pageID());
79 m_page->process()->send(Messages::WebFullScreenManager::DidEnterFullScreen(), m_page->pageID());
84 m_page->process()->send(Messages::WebFullScreenManager::WillExitFullScreen(), m_page->pageID());
89 m_page->process()->send(Messages::WebFullScreenManager::DidExitFullScreen(), m_page->pageID());
94 m_page->process()->send(Messages::WebFullScreenManager::BeginEnterFullScreenAnimation(duration), m_page->pageID());
99 m_page->process()->send(Messages::WebFullScreenManager::BeginExitFullScreenAnimation(duration), m_page->pageID());
WebCookieManagerProxy.cpp 80 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::GetHostnamesWithCookies(callbackID));
103 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::DeleteCookiesForHostname(hostname));
109 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::DeleteAllCookies());
115 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::StartObservingCookieChanges());
121 m_webContext->sendToAllProcesses(Messages::WebCookieManager::StopObservingCookieChanges());
136 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::SetHTTPCookieAcceptPolicy(policy));
149 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::GetHTTPCookieAcceptPolicy(callbackID));
WebGeolocationManagerProxy.cpp 64 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidChangePosition(position->data()));
72 m_context->sendToAllProcesses(Messages::WebGeolocationManager::DidFailToDeterminePosition());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 41 import com.android.ide.eclipse.ddms.i18n.Messages;
110 return Messages.DeviceView_HPROF_Error;
118 Messages.DeviceView_Unable_Create_HPROF_For_Application,
159 String.format(Messages.DeviceView_Pulling_From_Device,
168 remoteFilePath, Messages.DeviceView_Save_HPROF_File);
173 Messages.DeviceView_Unable_Download_HPROF_From_Device_One_Param_First_Message,
179 Messages.DeviceView_Unable_Download_HPROF_From_Device_Two_Param,
184 Messages.DeviceView_Unable_Download_HPROF_From_Device_One_Param_Second_Message,
215 Messages.DeviceView_Failed_To_Save_HPROF_Data,
221 data, Messages.DeviceView_Save_HPROF_File)
    [all...]
EventLogView.java 22 import com.android.ide.eclipse.ddms.i18n.Messages;
40 CommonAction optionsAction = new CommonAction(Messages.EventLogView_Options);
41 optionsAction.setToolTipText(Messages.EventLogView_Opens_Options_Panel);
44 CommonAction clearLogAction = new CommonAction(Messages.EventLogView_Clear_Log);
45 clearLogAction.setToolTipText(Messages.EventLogView_Clears_Event_Log);
48 CommonAction saveAction = new CommonAction(Messages.EventLogView_Save_Log);
49 saveAction.setToolTipText(Messages.EventLogView_Saves_Event_Log);
52 CommonAction loadAction = new CommonAction(Messages.EventLogView_Load_Log);
53 loadAction.setToolTipText(Messages.EventLogView_Loads_Event_Log);
56 CommonAction importBugAction = new CommonAction(Messages.EventLogView_Import_Bug_Report_Log)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 99 m_page->send(Messages::WebPageProxy::SetWindowFrame(windowFrame));
106 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetWindowFrame(), Messages::WebPageProxy::GetWindowFrame::Reply(newWindowFrame), m_page->pageID()))
124 m_page->send(Messages::WebPageProxy::SetFocus(true));
129 m_page->send(Messages::WebPageProxy::SetFocus(false));
140 m_page->send(Messages::WebPageProxy::TakeFocus(direction));
152 WebProcess::shared().connection()->send(Messages::WebPageProxy::FocusedFrameChanged(webFrame ? webFrame->frameID() : 0), m_page->pageID());
162 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::CreateNewPage(windowFeatures, modifiers, mouseButton), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, parameters), m_page->pageID()))
189 m_page->send(Messages::WebPageProxy::SetToolbarsAreVisible(toolbarsAreVisible))
    [all...]
WebEditorClient.cpp 193 m_page->send(Messages::WebPageProxy::EditorStateChanged(m_page->editorState()));
202 m_page->send(Messages::WebPageProxy::DidChangeCompositionSelection(frame->editor()->getCompositionSelection(start, end)));
234 m_page->send(Messages::WebPageProxy::RegisterEditCommandForUndo(webCommand->commandID(), editAction));
243 m_page->send(Messages::WebPageProxy::ClearAllEditCommands());
259 m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::CanUndoRedo::Reply(result));
266 m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Redo)), Messages::WebPageProxy::CanUndoRedo::Reply(result));
273 m_page->sendSync(Messages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::ExecuteUndoRedo::Reply(result))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp 53 m_process->send(Messages::AuthenticationManager::CancelChallenge(m_challengeID), 0);
65 m_process->send(Messages::AuthenticationManager::ContinueWithoutCredentialForChallenge(m_challengeID), 0);
67 m_process->send(Messages::AuthenticationManager::UseCredentialForChallenge(m_challengeID, credential->core()), 0);
77 m_process->send(Messages::AuthenticationManager::CancelChallenge(m_challengeID), 0);
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp 67 m_process->connection()->send(Messages::WebIconDatabase::RetainIconForPageURL(pageURL), 0);
72 m_process->connection()->send(Messages::WebIconDatabase::ReleaseIconForPageURL(pageURL), 0);
78 if (!m_process->connection()->sendSync(Messages::WebIconDatabase::SynchronousIconDataForPageURL(pageURL), Messages::WebIconDatabase::SynchronousIconDataForPageURL::Reply(result), 0))
117 m_process->connection()->send(Messages::WebIconDatabase::GetLoadDecisionForIconURL(iconURL, id), 0);
133 m_process->connection()->send(Messages::WebIconDatabase::SetIconURLForPageURL(iconURL, pageURL), 0);
139 m_process->connection()->send(Messages::WebIconDatabase::SetIconDataForIconURL(data, iconURL), 0);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 91 WebProcess::shared().connection()->send(Messages::WebProcessProxy::AddBackForwardItem(itemID,
159 m_page->send(Messages::WebPageProxy::BackForwardAddItem(itemID));
167 m_page->send(Messages::WebPageProxy::BackForwardGoToItem(historyItemToIDMap().get(item)));
176 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardItemAtIndex(itemIndex), Messages::WebPageProxy::BackForwardItemAtIndex::Reply(itemID), m_page->pageID()))
191 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardBackListCount(), Messages::WebPageProxy::BackForwardBackListCount::Reply(backListCount), m_page->pageID()))
203 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardForwardListCount(), Messages::WebPageProxy::BackForwardForwardListCount::Reply(forwardListCount), m_page->pageID()))
222 m_page->send(Messages::WebPageProxy::BackForwardClear())
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.cpp 62 m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::Deallocate::Reply(), m_npObjectID);
103 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasMethod(methodNameData), Messages::NPObjectMessageReceiver::HasMethod::Reply(returnValue), m_npObjectID))
122 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Invoke(methodNameData, argumentsData), Messages::NPObjectMessageReceiver::Invoke::Reply(returnValue, resultData), m_npObjectID))
144 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::InvokeDefault(argumentsData), Messages::NPObjectMessageReceiver::InvokeDefault::Reply(returnValue, resultData), m_npObjectID))
163 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasProperty(propertyNameData), Messages::NPObjectMessageReceiver::HasProperty::Reply(returnValue), m_npObjectID)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/preferences/
NdkPreferencePage.java 20 import com.android.ide.eclipse.adt.ndk.internal.Messages;
38 setDescription(Messages.NDKPreferencePage_Preferences);
44 Messages.NDKPreferencePage_Location, getFieldEditorParent());
57 setErrorMessage(Messages.NDKPreferencePage_not_a_valid_directory);
63 setErrorMessage(Messages.NDKPreferencePage_not_a_valid_NDK_directory);
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 90 m_page->send(Messages::WebFullScreenManagerProxy::BeganEnterFullScreenAnimation());
95 m_page->send(Messages::WebFullScreenManagerProxy::FinishedEnterFullScreenAnimation(completed));
100 m_page->send(Messages::WebFullScreenManagerProxy::BeganExitFullScreenAnimation());
105 m_page->send(Messages::WebFullScreenManagerProxy::FinishedExitFullScreenAnimation(completed));
111 m_page->sendSync(Messages::WebFullScreenManagerProxy::GetFullScreenRect(), Messages::WebFullScreenManagerProxy::GetFullScreenRect::Reply(rect));

Completed in 1053 milliseconds

1 2 3 4 5