/external/chromium_org/tools/telemetry/telemetry/page/ |
page_runner_unittest.py | 15 from telemetry.page import page as page_module 16 from telemetry.page import page_measurement 17 from telemetry.page import page_set 18 from telemetry.page import page_test 19 from telemetry.page import page_runner 20 from telemetry.page import test_expectations 66 page1 = page_module.Page('chrome://crash', ps) 84 ps.pages.append(page_module.Page( 86 ps.pages.append(page_module.Page( [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 82 page = p; 102 int page; field in class:AsyncTaskPageData 118 page = p; 131 // All the widget previews are loaded, so we can just callback to inflate the page 142 // The page that this async task is associated with 144 int page; field in class:AppsCustomizeAsyncTask 149 * The Apps/Customize page that displays all the applications, widgets, and shortcuts. 294 /** Returns the item index of the center item on this page so that we can restore to this 322 /** Get the index of the item to restore to if we need to restore the current page. */ 330 /** Returns the page in the current orientation which is expected to contain the specifie 402 int page = getPageForComponent(mSaveInstanceStateItemIndex); local 1303 int page = data.page; local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizePagedView.java | 75 page = p; 95 int page; field in class:AsyncTaskPageData 111 page = p; 124 // All the widget previews are loaded, so we can just callback to inflate the page 135 // The page that this async task is associated with 137 int page; field in class:AppsCustomizeAsyncTask 142 * The Apps/Customize page that displays all the applications, widgets, and shortcuts. 275 /** Returns the item index of the center item on this page so that we can restore to this 305 /** Get the index of the item to restore to if we need to restore the current page. */ 313 /** Returns the page in the current orientation which is expected to contain the specifie 356 int page = getPageForComponent(mSaveInstanceStateItemIndex); local 879 int page = (mContentType != type) ? 0 : getCurrentPage(); local 1244 int page = data.page; local 1548 int page = (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage; local [all...] |
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
user.h | 15 #include <asm/page.h>
|
/development/ndk/platforms/android-3/include/asm-generic/ |
tlb.h | 27 struct page * pages[FREE_PTE_NR];
|
/development/ndk/platforms/android-3/include/ |
limits.h | 109 #include <asm/page.h>
|
/development/ndk/platforms/android-3/include/linux/ |
backing-dev.h | 32 void (*unplug_io_fn)(struct backing_dev_info *, struct page *);
|
shm.h | 17 #include <asm/page.h>
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
fixmap_32.h | 29 #include <asm/page.h>
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_performancetest.cc | 117 // which causes a security error (cross domain request) when the page 190 std::string page = "performance.html"; local 191 page += HasFlag(kTestThroughWebRTC) ? "?WebRTC=1" : "?WebRTC=0"; 194 // page += HasFlag(kDisableVsync) ? "&fps=300" : "&fps=30"; 195 page += "&fps=30"; 196 ASSERT_TRUE(RunExtensionSubtest("tab_capture", page)) << message_;
|
/external/chromium_org/chrome/browser/importer/ |
profile_writer.h | 51 virtual void AddHistoryPage(const history::URLRows& page,
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
loader.js | 10 * @fileoverview Inject the script into the page. 40 * Inject Search into the page.
|
/external/chromium_org/chrome/browser/resources/options/ |
search_page.css | 71 #mainview #searchPage.page, 72 #mainview #searchBox.page {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/ |
content.js | 26 log("Background page responded: " + response); 42 log("Got message from background page: " + msg);
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
httpd_test.py | 67 def _GetChromeMockArgs(self, page, http_request_type, sleep, 70 if page: 71 args.extend(['-P', page]) 89 args = self._GetChromeMockArgs(page=None, http_request_type=None, sleep=0,
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PointerLockController.cpp | 26 #include "core/page/PointerLockController.h" 31 #include "core/page/Chrome.h" 32 #include "core/page/ChromeClient.h" 33 #include "core/page/Page.h" 38 PointerLockController::PointerLockController(Page* page) 39 : m_page(page) 44 PassOwnPtrWillBeRawPtr<PointerLockController> PointerLockController::create(Page* page) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
SVGImageChromeClient.cpp | 68 // our svg image layout on the page's real animation frame. Therefore, we 89 m_image->frameView()->page()->animator().serviceScriptedAnimations(monotonicallyIncreasingTime());
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
DummyPageHolder.cpp | 50 m_page = adoptPtrWillBeNoop(new Page(m_pageClients)); 71 Page& DummyPageHolder::page() const function in class:WebCore::DummyPageHolder
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechRecognition.cpp | 33 #include "core/page/Page.h" 182 Page* page = document->page(); local 183 ASSERT(page); 185 m_controller = SpeechRecognitionController::from(page); 188 // FIXME: Need to hook up with Page to get notified when the visibility changes.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebDocumentTest.cpp | 35 Document* coreDoc = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame())->document();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
user_mock.py | 53 def page(self, message): member in class:MockUser
|
/external/chromium_org/tools/perf/measurements/ |
loading_trace_unittest.py | 6 from telemetry.page import page_measurement_unittest_base
|
record_per_area_unittest.py | 8 from telemetry.page import page_measurement_unittest_base 16 Runs record_per_area measurement on a simple page and verifies
|
skpicture_printer_unittest.py | 10 from telemetry.page import page_measurement_unittest_base
|
smoothness_controller.py | 8 from telemetry.page import page_measurement 9 from telemetry.page.actions import action_runner 28 def Start(self, page, tab): 32 custom_categories += page.GetSyntheticDelayCategories() 77 # page sets are responsible for issueing the markers themselves.
|