Searched refs:mConfiguredProjectRes (Results 1 – 1 of 1) sorted by relevance
279 private Map<ResourceType, Map<String, ResourceValue>> mConfiguredProjectRes; field in GraphicalEditorPart663 mConfiguredFrameworkRes = mConfiguredProjectRes = null; in changed()857 if (mConfiguredProjectRes == null && mConfigChooser != null) { in getConfiguredProjectResources()861 mConfiguredProjectRes = project.getConfiguredResources( in getConfiguredProjectResources()865 return mConfiguredProjectRes; in getConfiguredProjectResources()944 mConfiguredFrameworkRes = mConfiguredProjectRes = null; in updateEditor()963 mConfiguredProjectRes = null; in refreshProjectResources()1793 mConfiguredProjectRes = null; in reloadLayoutSwt()2302 map = isFrameworkResource ? mConfiguredFrameworkRes : mConfiguredProjectRes; in findResourceFile()2386 map = isFrameworkResource ? mConfiguredFrameworkRes : mConfiguredProjectRes; in findString()[all …]