/external/chromium_org/content/renderer/ |
savable_resources_browsertest.cc | 53 // Get all savable resource links for the page. 74 // Check all links of sub-resource 80 // Check all links of frame. 90 // which has valid savable resource links. 104 // Add all expected links of sub-resource to expected set. 107 // Add all expected links of frame to expected set. 121 // which does not have valid savable resource links. 129 // Add all expected links of frame to expected set.
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 80 struct media_link *links = entity->links; local 84 links = (struct media_link*)realloc(links, max_links * sizeof *links); 85 if (links == NULL) 89 links[i].twin->twin = &links[i]; 92 entity->links = links; 107 struct media_links_enum links; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
suggested_links_registry.h | 16 // This class keeps track of links suggested by an extension using the discovery 33 // Returns all the links suggested by |extension_id|. 39 // Clears all suggested links for |extension_id|. 48 // Gets suggested links for a given extension id.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.html | 10 <table id=links>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
link-activation-fails-after-double-tap-gesture.html | 3 <p>This test verifies that after the double tap gesture, links can still be activated.</p>
|
target_new.html | 16 Click link below, then click links in the window that opens.</p> 19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener". 23 First link in the new window that opens will alert "null", and the other two links will not work at all.
|
/external/chromium_org/third_party/icu/source/config/ |
icu-config-top | 10 # rpath links a library search path right into the binaries.
|
/external/icu4c/config/ |
icu-config-top | 10 # rpath links a library search path right into the binaries.
|
/external/markdown/MarkdownTest/Tests_2004/ |
Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/markdown/MarkdownTest/Tests_2007/ |
Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/markdown/tests/markdown-test/ |
auto-links.txt | 15 Auto-links should not occur here: `<http://example.com/>`
|
/ndk/tests/device/test-gabi++/ |
README | 4 This is really a way to check that the C++ compiler properly links against
|
/external/chromium_org/ash/system/chromeos/network/ |
network_observer.h | 46 // |links| are clicked (if supplied, |links| may be empty). 52 const std::vector<base::string16>& links) = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
Makefile | 14 LINKS += \ 53 $(PROGS): %: %.o $(LINKS) 54 $(CXX) $(LDFLAGS) $< $(LINKS) $(LLVM_LIBS) -lm -lpthread -ldl -o $@
|
/external/mesa3d/src/gallium/tests/trivial/ |
Makefile | 14 LINKS += \ 53 $(PROGS): %: %.o $(LINKS) 54 $(CXX) $(LDFLAGS) $< $(LINKS) $(LLVM_LIBS) -lm -lpthread -ldl -o $@
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_converter.py | 6 # This script converts old-style <a> links to API docs to the new $ref links. 7 # See reference_resolver.py for more info on the format of $ref links. 72 description='Converts <a> links to $ref links.', 75 help='Convert links in single file.')
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
index.jd | 2 page.metaDescription=Raise the visibility of your apps in Google Play through deep links and Google Play badges. 34 providing links in your social network posts, ad campaigns, app reviews and articles, your 37 <p>You can use the resources in this section to create deep links for your online placements.
|
/external/chromium_org/chrome/browser/ui/android/ |
external_protocol_dialog_android.cc | 12 // Chrome on Android uses a throttle-based mechansim to intercept links
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_bubble_links_delegate.h | 25 // Browser in which the links should be opened.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
apps_manifest.html | 15 with links to the page that discusses each field.
|
extensions_manifest.html | 15 with links to the page that discusses each field.
|
/external/chromium_org/components/visitedlink/browser/ |
visitedlink_event_listener.cc | 59 // Buffers |links| to update, but doesn't actually relay them. 60 void AddLinks(const VisitedLinkCommon::Fingerprints& links) { 64 if (pending_.size() + links.size() > kVisitedLinkBufferThreshold) { 66 // link updates -- we opt for resetting the state for all links. 71 pending_.insert(pending_.end(), links.begin(), links.end()); 75 // necessary and the visited state for all links should be reset. 81 // Sends visited link update messages: a list of links whose visited state 82 // changed or reset of visited state for all links.
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
plugin_main_irt.c | 10 * An application that doesn't define its own main but links in -lppapi
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
highlight-source-line.html | 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19204">Bug 19204: Inspector should highlight source lines when following links to them</a>.</p>
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
redraw-page-cache-visited-links-2.html | 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
|