HomeSort by relevance Sort by last modified time
    Searched defs:mobile (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
device_metrics.h 15 bool mobile; member in struct:DeviceMetrics
mobile_emulation_override_manager_unittest.cc 62 bool mobile, fit_window, text_autosizing; local
67 ASSERT_TRUE(command.params.GetBoolean("mobile", &mobile));
74 ASSERT_EQ(device_metrics.mobile, mobile);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 143 * The mobile property will be set to a string containing any relevant
144 * user agent information when a modern mobile browser is detected.
147 * @property mobile
150 mobile: null,
183 // Mobile browser check
184 if (/ Mobile\//.test(ua)) {
185 o.mobile = "Apple"; // iPhone or iPod Touch
189 o.mobile = m[0]; // Nokia N-series, ex: NokiaN95
207 o.mobile = m[0]; // ex: Opera Mini/2.0.4509/1316
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 370 // If we're dealing with a mobile network, then handle SIM lock here.
373 if (technology.MatchesPattern(NetworkTypePattern::Mobile())) {
374 const DeviceState* mobile = handler->GetDeviceStateByType(technology); local
375 if (!mobile) {
380 if (mobile->type() == shill::kTypeCellular) {
381 if (mobile->IsSimAbsent()) {
389 if (!mobile->sim_lock_type().empty()) {
417 // For non direct activation, show the mobile setup dialog which can be
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py 59 mobile = kFontIDMobile variable
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 306 const BookmarkNode* mobile = bookmark_model_->mobile_node(); local
317 for (int i = 0; i < mobile->child_count(); ++i) {
318 const BookmarkNode* child = mobile->GetChild(i);
423 // Partner bookmark root node is under mobile node.
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc 324 EXPECT_EQ(BookmarkNode::MOBILE, mobile_node->type());
983 TestNode mobile; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 809 void InspectorPageAgent::setDeviceMetricsOverride(ErrorString* errorString, int width, int height, double deviceScaleFactor, bool mobile, bool fitWindow, const double* optionalScale, const double* optionalOffsetX, const double* optionalOffsetY)
1333 bool mobile = m_state->getBoolean(PageAgentState::pageAgentEmulateMobile); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 109 // Network types that replace the carrier label if the device does not support mobile data.
639 // Suppress "No internet connection." from mobile if wifi connected.
653 // for mobile devices, we always show mobile connection info here (SPN/PLMN)
780 String mobile = args.getString("mobile"); local
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 364 milliseconds