HomeSort by relevance Sort by last modified time
    Searched refs:resources (Results 326 - 350 of 1240) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 40 static OptionsStringResource resources[] = { local
52 RegisterStrings(localized_strings, resources, arraysize(resources));
options_ui.h 62 const OptionsStringResource* resources,
65 // Registers string resources for a page's header and tab title.
  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.cc 30 static OptionsStringResource resources[] = { local
35 RegisterStrings(values, resources, arraysize(resources));
reset_profile_settings_handler.cc 47 static OptionsStringResource resources[] = { local
54 RegisterStrings(localized_strings, resources, arraysize(resources));
  /external/chromium_org/sync/notifier/
sync_system_resources.h 5 // Simple system resources class that uses the current message loop
21 #include "google/cacheinvalidation/include/system-resources.h"
43 invalidation::SystemResources* resources) OVERRIDE;
65 invalidation::SystemResources* resources) OVERRIDE;
104 invalidation::SystemResources* resources) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp 69 // Invalidate all resources of this client if our layout changed.
102 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local
103 return resources && resources->filter();
SVGResourcesCycleSolver.cpp 38 SVGResourcesCycleSolver::SVGResourcesCycleSolver(RenderObject* renderer, SVGResources* resources)
40 , m_resources(resources)
54 // First operate on the resources of the given renderer.
57 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(renderer)) {
59 resources->buildSetOfResources(resourceSet);
61 // Walk all resources and check wheter they reference any resource contained in the resources set.
69 // Then operate on the child resources of the given renderer.
77 // A child of the given 'resource' contains resources.
81 // Walk all child resources and check wheter they reference any resource contained in the resources set
    [all...]
  /frameworks/base/core/java/android/webkit/
DateSorter.java 20 import android.content.res.Resources;
53 Resources resources = context.getResources(); local
69 Locale locale = resources.getConfiguration().locale;
78 String format = resources.getQuantityString(resId, NUM_DAYS_AGO);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeXLarge.java 26 import android.content.res.Resources;
82 Resources resources = getResources(); local
84 .setIcon(resources.getDrawable(android.R.drawable.ic_menu_search));
86 .setIcon(resources.getDrawable(android.R.drawable.ic_menu_add));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 21 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor;
22 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IProjectListener;
25 import org.eclipse.core.resources.IProject;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 20 import com.android.ide.common.resources.ResourceFile;
21 import com.android.ide.common.resources.configuration.DensityQualifier;
22 import com.android.ide.common.resources.configuration.DeviceConfigHelper;
23 import com.android.ide.common.resources.configuration.FolderConfiguration;
24 import com.android.ide.common.resources.configuration.LanguageQualifier;
25 import com.android.ide.common.resources.configuration.NightModeQualifier;
26 import com.android.ide.common.resources.configuration.RegionQualifier;
27 import com.android.ide.common.resources.configuration.ResourceQualifier;
28 import com.android.ide.common.resources.configuration.ScreenOrientationQualifier;
29 import com.android.ide.common.resources.configuration.ScreenSizeQualifier
678 ProjectResources resources = manager.getProjectResources(chooser.getProject()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 23 import org.eclipse.core.resources.IFolder;
24 import org.eclipse.core.resources.IProject;
25 import org.eclipse.core.resources.IResource;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 23 import org.eclipse.core.resources.IContainer;
24 import org.eclipse.core.resources.IFile;
25 import org.eclipse.core.resources.IResource;
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 3 <?cs set:resources="true" ?>
14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 3 <?cs set:resources="true" ?>
14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 3 <?cs set:resources="true" ?>
14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /external/chromium_org/cc/output/
delegating_renderer.cc 24 #include "cc/resources/resource_provider.h"
142 // Move the render passes and resources into the |out_frame|.
146 ResourceProvider::ResourceIdArray resources; local
148 base::Bind(&AppendToArray, &resources);
154 resource_provider_->PrepareSendToParent(resources, &out_data.resource_list);
170 resource_provider_->ReceiveFromParent(ack.resources);
187 TRACE_EVENT0("cc", "DelegatingRenderer::SetVisible dropping resources");
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_renderer_connection.cc 134 const std::vector<PP_Resource>& resources) {
142 for (size_t i = 0; i < resources.size(); ++i) {
144 host->GetPpapiHost()->GetResourceHost(resources[i]);
148 out_resources.push_back(resources[i]);
pepper_renderer_connection.h 59 const std::vector<PP_Resource>& resources);
69 // running. This is just a work-around allowing new style resources to work
  /external/chromium_org/remoting/tools/
verify_resources.py 131 resources = []
133 resources.extend(LoadTagsFromGrd(f))
138 if not VerifyFile(f, resources, used_tags):
142 for tag in resources:
  /external/chromium_org/third_party/WebKit/Source/devtools/
devtools_html.target.darwin-arm.mk 17 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
21 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_html.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_devtools_html.py front_end/inspector.html "$(gyp_shared_intermediate_dir)/resources/inspector/devtools.html" 0
28 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html
devtools_html.target.darwin-mips.mk 17 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
21 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_html.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_devtools_html.py front_end/inspector.html "$(gyp_shared_intermediate_dir)/resources/inspector/devtools.html" 0
28 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html
devtools_html.target.darwin-x86.mk 17 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
21 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_html.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_devtools_html.py front_end/inspector.html "$(gyp_shared_intermediate_dir)/resources/inspector/devtools.html" 0
28 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html
devtools_html.target.linux-arm.mk 17 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
21 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_html.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_devtools_html.py front_end/inspector.html "$(gyp_shared_intermediate_dir)/resources/inspector/devtools.html" 0
28 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html
devtools_html.target.linux-mips.mk 17 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_local_path := $(LOCAL_PATH)
18 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
21 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_html.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(GYP_TARGET_DEPENDENCIES)
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_devtools_html.py front_end/inspector.html "$(gyp_shared_intermediate_dir)/resources/inspector/devtools.html" 0
28 $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html

Completed in 942 milliseconds

<<11121314151617181920>>